Html Css Color HEX #6C0DCE Purple Heart

📋 copy color: '#6C0DCE'

red 108 ◦ green 13 ◦ blue 206

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

Shades of Purple Heart #6C0DCE

Tints of Purple Heart #6C0DCE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.98%

 BLUE value IS 206 (80.86% from 255) = 63%

R = 33.03%
G = 3.98%
B = 63%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6C0DCE (or 0x6C0DCE) is known color: Purple Heart. HEX triplet: 6C, 0D and CE. RGB value is (108,13,206). Sum of RGB (Red+Green+Blue) = 108+13+206=327 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.03% from 327); Green value is 13 (5.47% from 255 or 3.98% from 327); Blue value is 206 (80.86% from 255 or 63.00% from 327); Max value from RGB is 206 - color contains mainly: blue. Hex color #6C0DCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C0DCE is #93F231. Grayscale: #3E3E3E. Windows color (decimal): -9695794 or 13503852. OLE color: 13503852.

HSL color Cylindrical-coordinate representation of color #6C0DCE: hue angle of 269.53º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C0DCE is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 108 13 206 -
CMYK 0.48 0.94 0 0.19
HSL 269.53º 0.88% 0.43% -
HSV(B) 269.53º 0.94% 0.81% -
XYZ 17.47 7.93 59 -
YUV 63.41 208.47 159.81 -
System Red Green Blue C M Y K H S L
Decimal 108 13 206 0.48 0.94 0 0.19 269.53 0.88 0.43
Hex 6C D CE 30 5E 0 13 10E 58 2B
Octal 154 15 316 60 136 0 23 416 130 53
Binary 1101100 1101 11001110 110000 1011110 0 10011 100001110 1011000 101011

Color Harmonies of #6C0DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0DCE

Black with #6C0DCE

Text Example


Text Example

White with #6C0DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,13,206); }

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

background-color css

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

 a { background-color: rgb(108,13,206); }

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

border-color css

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

 span { border-color: rgb(108,13,206); }

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