Html Css Color HEX #6C15BF Purple Heart

📋 copy color: '#6C15BF'

red 108 ◦ green 21 ◦ blue 191

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

Shades of Purple Heart #6C15BF

Tints of Purple Heart #6C15BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 59.69%

R = 33.75%
G = 6.56%
B = 59.69%

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

#6C15BF (or 0x6C15BF) is known color: Purple Heart. HEX triplet: 6C, 15 and BF. RGB value is (108,21,191). Sum of RGB (Red+Green+Blue) = 108+21+191=320 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.75% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 191 (75% from 255 or 59.69% from 320); Max value from RGB is 191 - color contains mainly: blue. Hex color #6C15BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C15BF is #93EA40. Grayscale: #414141. Windows color (decimal): -9693761 or 12522860. OLE color: 12522860.

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

Color convert

RGB 108 21 191 -
CMYK 0.43 0.89 0 0.25
HSL 270.71º 0.8% 0.42% -
HSV(B) 270.71º 0.89% 0.75% -
XYZ 15.86 7.49 49.9 -
YUV 66.39 198.32 157.68 -
System Red Green Blue C M Y K H S L
Decimal 108 21 191 0.43 0.89 0 0.25 270.71 0.8 0.42
Hex 6C 15 BF 2B 59 0 19 10F 50 2A
Octal 154 25 277 53 131 0 31 417 120 52
Binary 1101100 10101 10111111 101011 1011001 0 11001 100001111 1010000 101010

Color Harmonies of #6C15BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C15BF

Black with #6C15BF

Text Example


Text Example

White with #6C15BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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