Html Css Color HEX #6C3ECF Purple Heart

📋 copy color: '#6C3ECF'

red 108 ◦ green 62 ◦ blue 207

#6C3ECF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6C3ECF

Tints of Purple Heart #6C3ECF

RGB

 RED value IS 108 (42.58% from 255) = 28.65%

 GREEN value IS 62 (24.61% from 255) = 16.45%

 BLUE value IS 207 (81.25% from 255) = 54.91%

R = 28.65%
G = 16.45%
B = 54.91%

CMYK

 C value IS 0.48

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6C3ECF (or 0x6C3ECF) is known color: Purple Heart. HEX triplet: 6C, 3E and CF. RGB value is (108,62,207). Sum of RGB (Red+Green+Blue) = 108+62+207=377 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.65% from 377); Green value is 62 (24.61% from 255 or 16.45% from 377); Blue value is 207 (81.25% from 255 or 54.91% from 377); Max value from RGB is 207 - color contains mainly: blue. Hex color #6C3ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C3ECF is #93C130. Grayscale: #5B5B5B. Windows color (decimal): -9683249 or 13581932. OLE color: 13581932.

HSL color Cylindrical-coordinate representation of color #6C3ECF: hue angle of 259.03º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6C3ECF is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 108 62 207 -
CMYK 0.48 0.70 0 0.19
HSL 259.03º 0.6% 0.53% -
HSV(B) 259.03º 0.7% 0.81% -
XYZ 19.17 11.14 60.17 -
YUV 92.28 192.74 139.21 -
System Red Green Blue C M Y K H S L
Decimal 108 62 207 0.48 0.70 0 0.19 259.03 0.6 0.53
Hex 6C 3E CF 30 46 0 13 103 3C 35
Octal 154 76 317 60 106 0 23 403 74 65
Binary 1101100 111110 11001111 110000 1000110 0 10011 100000011 111100 110101

Color Harmonies of #6C3ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3ECF

Black with #6C3ECF

Text Example


Text Example

White with #6C3ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,62,207); }

 H1.HeaderClassName
 {
   color: #6C3ECF;
 }
 .AnyTagClassName
 {
   color: #6C3ECF;
 }
</style>

background-color css

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

 a { background-color: rgb(108,62,207); }

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

border-color css

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

 span { border-color: rgb(108,62,207); }

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