Html Css Color HEX #6C1FCE Purple Heart

📋 copy color: '#6C1FCE'

red 108 ◦ green 31 ◦ blue 206

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

Shades of Purple Heart #6C1FCE

Tints of Purple Heart #6C1FCE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.99%

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

R = 31.3%
G = 8.99%
B = 59.71%

CMYK

 C value IS 0.48

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6C1FCE (or 0x6C1FCE) is known color: Purple Heart. HEX triplet: 6C, 1F and CE. RGB value is (108,31,206). Sum of RGB (Red+Green+Blue) = 108+31+206=345 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.30% from 345); Green value is 31 (12.5% from 255 or 8.99% from 345); Blue value is 206 (80.86% from 255 or 59.71% from 345); Max value from RGB is 206 - color contains mainly: blue. Hex color #6C1FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C1FCE is #93E031. Grayscale: #494949. Windows color (decimal): -9691186 or 13508460. OLE color: 13508460.

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

Color convert

RGB 108 31 206 -
CMYK 0.48 0.85 0 0.19
HSL 266.4º 0.74% 0.46% -
HSV(B) 266.4º 0.85% 0.81% -
XYZ 17.81 8.62 59.12 -
YUV 73.97 202.51 152.27 -
System Red Green Blue C M Y K H S L
Decimal 108 31 206 0.48 0.85 0 0.19 266.4 0.74 0.46
Hex 6C 1F CE 30 55 0 13 10A 4A 2E
Octal 154 37 316 60 125 0 23 412 112 56
Binary 1101100 11111 11001110 110000 1010101 0 10011 100001010 1001010 101110

Color Harmonies of #6C1FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1FCE

Black with #6C1FCE

Text Example


Text Example

White with #6C1FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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