#6C2DBE

Color #6C2DBE Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6C2DBE

Tints of Purple Heart #6C2DBE

Color information

#6C2DBE (or 0x6C2DBE) is unknown color: approx Purple Heart. HEX triplet: 6C, 2D and BE. RGB value is (108,45,190). Sum of RGB (Red+Green+Blue) = 108+45+190=343 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.49% from 343); Green value is 45 (17.97% from 255 or 13.12% from 343); Blue value is 190 (74.61% from 255 or 55.39% from 343); Max value from RGB is 190 - color contains mainly: blue. Hex color #6C2DBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C2DBE is #93D241. Grayscale: #4F4F4F. Windows color (decimal): -9687618 or 12463468. OLE color: 12463468.

HSL color Cylindrical-coordinate representation of color #6C2DBE: hue angle of 266.07º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6C2DBE is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10845190-
CMYK0.430.7600.25
HSL266.07º61.7%46.08%-
HSV(B)266.07º76.32%74.51%-
XYZ16.428.7849.55-
YUV80.37189.87147.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 108 (42.58% from 255) = 31.49%
GREEN value IS 45 (17.97% from 255) = 13.12%
BLUE value IS 190 (74.61% from 255) = 55.39%
R=31.49%
G=13.12%
B=55.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal108451900.430.7600.25266.0761.746.08
Hex6C2DBE2B4C01910a3e2e
Octal15455276531140314127656
Binary1101100101101101111101010111001100011001100001010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C2DBE; }

 p { color: rgb(108,45,190); }

 H1.HeaderClassName
 {
   color: #6C2DBE;
 }
 .AnyTagClassName
 {
   color: #6C2DBE;
 }
</style>
background-color css

<style>
 a { background-color: #6C2DBE; }

 a { background-color: rgb(108,45,190); }

 div.DivClassName
 {
   background-color: #6C2DBE;
 }
 .BgClassName
 {
   background-color: #6C2DBE;
 }
</style>
border-color css

<style>
 span { border-color: #6C2DBE; }

 span { border-color: rgb(108,45,190); }

 td.TdClassName
 {
   border-color: #6C2DBE;
 }
 .TagClassName
 {
   border-color: #6C2DBE;
 }
</style>