Html Css Color HEX #6F15CB Purple Heart

📋 copy color: '#6F15CB'

red 111 ◦ green 21 ◦ blue 203

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

Shades of Purple Heart #6F15CB

Tints of Purple Heart #6F15CB

RGB

 RED value IS 111 (43.75% from 255) = 33.13%

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

 BLUE value IS 203 (79.69% from 255) = 60.6%

R = 33.13%
G = 6.27%
B = 60.6%

CMYK

 C value IS 0.45

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6F15CB (or 0x6F15CB) is known color: Purple Heart. HEX triplet: 6F, 15 and CB. RGB value is (111,21,203). Sum of RGB (Red+Green+Blue) = 111+21+203=335 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.13% from 335); Green value is 21 (8.59% from 255 or 6.27% from 335); Blue value is 203 (79.69% from 255 or 60.60% from 335); Max value from RGB is 203 - color contains mainly: blue. Hex color #6F15CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F15CB is #90EA34. Grayscale: #444444. Windows color (decimal): -9497141 or 13309295. OLE color: 13309295.

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

Color convert

RGB 111 21 203 -
CMYK 0.45 0.90 0 0.20
HSL 269.67º 0.81% 0.44% -
HSV(B) 269.67º 0.9% 0.8% -
XYZ 17.6 8.23 57.16 -
YUV 68.66 203.82 158.2 -
System Red Green Blue C M Y K H S L
Decimal 111 21 203 0.45 0.90 0 0.20 269.67 0.81 0.44
Hex 6F 15 CB 2D 5A 0 14 10E 51 2C
Octal 157 25 313 55 132 0 24 416 121 54
Binary 1101111 10101 11001011 101101 1011010 0 10100 100001110 1010001 101100

Color Harmonies of #6F15CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F15CB

Black with #6F15CB

Text Example


Text Example

White with #6F15CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,21,203); }

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

background-color css

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

 a { background-color: rgb(111,21,203); }

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

border-color css

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

 span { border-color: rgb(111,21,203); }

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