Html Css Color HEX #6F18CB Purple Heart

📋 copy color: '#6F18CB'

red 111 ◦ green 24 ◦ blue 203

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

Shades of Purple Heart #6F18CB

Tints of Purple Heart #6F18CB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.1%

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

R = 32.84%
G = 7.1%
B = 60.06%

CMYK

 C value IS 0.45

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6F18CB (or 0x6F18CB) is known color: Purple Heart. HEX triplet: 6F, 18 and CB. RGB value is (111,24,203). Sum of RGB (Red+Green+Blue) = 111+24+203=338 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.84% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 203 (79.69% from 255 or 60.06% from 338); Max value from RGB is 203 - color contains mainly: blue. Hex color #6F18CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F18CB is #90E734. Grayscale: #454545. Windows color (decimal): -9496373 or 13310063. OLE color: 13310063.

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

Color convert

RGB 111 24 203 -
CMYK 0.45 0.88 0 0.20
HSL 269.16º 0.79% 0.45% -
HSV(B) 269.16º 0.88% 0.8% -
XYZ 17.66 8.34 57.18 -
YUV 70.42 202.82 156.95 -
System Red Green Blue C M Y K H S L
Decimal 111 24 203 0.45 0.88 0 0.20 269.16 0.79 0.45
Hex 6F 18 CB 2D 58 0 14 10D 4F 2D
Octal 157 30 313 55 130 0 24 415 117 55
Binary 1101111 11000 11001011 101101 1011000 0 10100 100001101 1001111 101101

Color Harmonies of #6F18CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F18CB

Black with #6F18CB

Text Example


Text Example

White with #6F18CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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