Html Css Color HEX #6F18CE Purple Heart

📋 copy color: '#6F18CE'

red 111 ◦ green 24 ◦ blue 206

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

Shades of Purple Heart #6F18CE

Tints of Purple Heart #6F18CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 60.41%

R = 32.55%
G = 7.04%
B = 60.41%

CMYK

 C value IS 0.46

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6F18CE (or 0x6F18CE) is known color: Purple Heart. HEX triplet: 6F, 18 and CE. RGB value is (111,24,206). Sum of RGB (Red+Green+Blue) = 111+24+206=341 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.55% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 206 (80.86% from 255 or 60.41% from 341); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F18CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F18CE is #90E731. Grayscale: #464646. Windows color (decimal): -9496370 or 13506671. OLE color: 13506671.

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

Color convert

RGB 111 24 206 -
CMYK 0.46 0.88 0 0.19
HSL 268.68º 0.79% 0.45% -
HSV(B) 268.68º 0.88% 0.81% -
XYZ 18.02 8.49 59.08 -
YUV 70.76 204.32 156.7 -
System Red Green Blue C M Y K H S L
Decimal 111 24 206 0.46 0.88 0 0.19 268.68 0.79 0.45
Hex 6F 18 CE 2E 58 0 13 10D 4F 2D
Octal 157 30 316 56 130 0 23 415 117 55
Binary 1101111 11000 11001110 101110 1011000 0 10011 100001101 1001111 101101

Color Harmonies of #6F18CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F18CE

Black with #6F18CE

Text Example


Text Example

White with #6F18CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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