Html Css Color HEX #6C15BE Purple Heart

📋 copy color: '#6C15BE'

red 108 ◦ green 21 ◦ blue 190

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

Shades of Purple Heart #6C15BE

Tints of Purple Heart #6C15BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 59.56%

R = 33.86%
G = 6.58%
B = 59.56%

CMYK

 C value IS 0.43

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6C15BE (or 0x6C15BE) is known color: Purple Heart. HEX triplet: 6C, 15 and BE. RGB value is (108,21,190). Sum of RGB (Red+Green+Blue) = 108+21+190=319 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.86% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 190 (74.61% from 255 or 59.56% from 319); Max value from RGB is 190 - color contains mainly: blue. Hex color #6C15BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C15BE is #93EA41. Grayscale: #414141. Windows color (decimal): -9693762 or 12457324. OLE color: 12457324.

HSL color Cylindrical-coordinate representation of color #6C15BE: hue angle of 270.89º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6C15BE is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 108 21 190 -
CMYK 0.43 0.89 0 0.25
HSL 270.89º 0.8% 0.41% -
HSV(B) 270.89º 0.89% 0.75% -
XYZ 15.75 7.44 49.32 -
YUV 66.28 197.82 157.76 -
System Red Green Blue C M Y K H S L
Decimal 108 21 190 0.43 0.89 0 0.25 270.89 0.8 0.41
Hex 6C 15 BE 2B 59 0 19 10F 50 29
Octal 154 25 276 53 131 0 31 417 120 51
Binary 1101100 10101 10111110 101011 1011001 0 11001 100001111 1010000 101001

Color Harmonies of #6C15BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C15BE

Black with #6C15BE

Text Example


Text Example

White with #6C15BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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