Html Css Color HEX #6C15CF Purple Heart

📋 copy color: '#6C15CF'

red 108 ◦ green 21 ◦ blue 207

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

Shades of Purple Heart #6C15CF

Tints of Purple Heart #6C15CF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.25%

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

R = 32.14%
G = 6.25%
B = 61.61%

CMYK

 C value IS 0.48

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6C15CF (or 0x6C15CF) is known color: Purple Heart. HEX triplet: 6C, 15 and CF. RGB value is (108,21,207). Sum of RGB (Red+Green+Blue) = 108+21+207=336 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.14% from 336); Green value is 21 (8.59% from 255 or 6.25% from 336); Blue value is 207 (81.25% from 255 or 61.61% from 336); Max value from RGB is 207 - color contains mainly: blue. Hex color #6C15CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C15CF is #93EA30. Grayscale: #434343. Windows color (decimal): -9693745 or 13571436. OLE color: 13571436.

HSL color Cylindrical-coordinate representation of color #6C15CF: hue angle of 268.06º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C15CF is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 108 21 207 -
CMYK 0.48 0.90 0 0.19
HSL 268.06º 0.82% 0.45% -
HSV(B) 268.06º 0.9% 0.81% -
XYZ 17.71 8.23 59.69 -
YUV 68.22 206.32 156.38 -
System Red Green Blue C M Y K H S L
Decimal 108 21 207 0.48 0.90 0 0.19 268.06 0.82 0.45
Hex 6C 15 CF 30 5A 0 13 10C 52 2D
Octal 154 25 317 60 132 0 23 414 122 55
Binary 1101100 10101 11001111 110000 1011010 0 10011 100001100 1010010 101101

Color Harmonies of #6C15CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C15CF

Black with #6C15CF

Text Example


Text Example

White with #6C15CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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