Html Css Color HEX #6C10CF Purple Heart

📋 copy color: '#6C10CF'

red 108 ◦ green 16 ◦ blue 207

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

Shades of Purple Heart #6C10CF

Tints of Purple Heart #6C10CF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.83%

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

R = 32.63%
G = 4.83%
B = 62.54%

CMYK

 C value IS 0.48

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6C10CF (or 0x6C10CF) is known color: Purple Heart. HEX triplet: 6C, 10 and CF. RGB value is (108,16,207). Sum of RGB (Red+Green+Blue) = 108+16+207=331 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.63% from 331); Green value is 16 (6.64% from 255 or 4.83% from 331); Blue value is 207 (81.25% from 255 or 62.54% from 331); Max value from RGB is 207 - color contains mainly: blue. Hex color #6C10CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C10CF is #93EF30. Grayscale: #404040. Windows color (decimal): -9695025 or 13570156. OLE color: 13570156.

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

Color convert

RGB 108 16 207 -
CMYK 0.48 0.92 0 0.19
HSL 268.9º 0.86% 0.44% -
HSV(B) 268.9º 0.92% 0.81% -
XYZ 17.63 8.06 59.66 -
YUV 65.28 207.98 158.47 -
System Red Green Blue C M Y K H S L
Decimal 108 16 207 0.48 0.92 0 0.19 268.9 0.86 0.44
Hex 6C 10 CF 30 5C 0 13 10D 56 2C
Octal 154 20 317 60 134 0 23 415 126 54
Binary 1101100 10000 11001111 110000 1011100 0 10011 100001101 1010110 101100

Color Harmonies of #6C10CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C10CF

Black with #6C10CF

Text Example


Text Example

White with #6C10CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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