Html Css Color HEX #6F0ABC Purple Heart

📋 copy color: '#6F0ABC'

red 111 ◦ green 10 ◦ blue 188

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

Shades of Purple Heart #6F0ABC

Tints of Purple Heart #6F0ABC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.24%

 BLUE value IS 188 (73.83% from 255) = 60.84%

R = 35.92%
G = 3.24%
B = 60.84%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6F0ABC (or 0x6F0ABC) is known color: Purple Heart. HEX triplet: 6F, 0A and BC. RGB value is (111,10,188). Sum of RGB (Red+Green+Blue) = 111+10+188=309 (40% of max value = 765). Red value is 111 (43.75% from 255 or 35.92% from 309); Green value is 10 (4.30% from 255 or 3.24% from 309); Blue value is 188 (73.83% from 255 or 60.84% from 309); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F0ABC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F0ABC is #90F543. Grayscale: #3B3B3B. Windows color (decimal): -9499972 or 12323439. OLE color: 12323439.

HSL color Cylindrical-coordinate representation of color #6F0ABC: hue angle of 274.04º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F0ABC is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 111 10 188 -
CMYK 0.41 0.95 0 0.26
HSL 274.05º 0.9% 0.39% -
HSV(B) 274.05º 0.95% 0.74% -
XYZ 15.74 7.23 48.14 -
YUV 60.49 199.96 164.03 -
System Red Green Blue C M Y K H S L
Decimal 111 10 188 0.41 0.95 0 0.26 274.05 0.9 0.39
Hex 6F A BC 29 5F 0 1A 112 5A 27
Octal 157 12 274 51 137 0 32 422 132 47
Binary 1101111 1010 10111100 101001 1011111 0 11010 100010010 1011010 100111

Color Harmonies of #6F0ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0ABC

Black with #6F0ABC

Text Example


Text Example

White with #6F0ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,10,188); }

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

background-color css

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

 a { background-color: rgb(111,10,188); }

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

border-color css

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

 span { border-color: rgb(111,10,188); }

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