Html Css Color HEX #6F08BE Purple Heart

📋 copy color: '#6F08BE'

red 111 ◦ green 8 ◦ blue 190

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

Shades of Purple Heart #6F08BE

Tints of Purple Heart #6F08BE

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.59%

 BLUE value IS 190 (74.61% from 255) = 61.49%

R = 35.92%
G = 2.59%
B = 61.49%

CMYK

 C value IS 0.42

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6F08BE (or 0x6F08BE) is known color: Purple Heart. HEX triplet: 6F, 08 and BE. RGB value is (111,8,190). Sum of RGB (Red+Green+Blue) = 111+8+190=309 (40% of max value = 765). Red value is 111 (43.75% from 255 or 35.92% from 309); Green value is 8 (3.52% from 255 or 2.59% from 309); Blue value is 190 (74.61% from 255 or 61.49% from 309); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F08BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F08BE is #90F741. Grayscale: #3A3A3A. Windows color (decimal): -9500482 or 12453999. OLE color: 12453999.

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

Color convert

RGB 111 8 190 -
CMYK 0.42 0.96 0 0.25
HSL 273.96º 0.92% 0.39% -
HSV(B) 273.96º 0.96% 0.75% -
XYZ 15.94 7.27 49.28 -
YUV 59.55 201.62 164.7 -
System Red Green Blue C M Y K H S L
Decimal 111 8 190 0.42 0.96 0 0.25 273.96 0.92 0.39
Hex 6F 8 BE 2A 60 0 19 112 5C 27
Octal 157 10 276 52 140 0 31 422 134 47
Binary 1101111 1000 10111110 101010 1100000 0 11001 100010010 1011100 100111

Color Harmonies of #6F08BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F08BE

Black with #6F08BE

Text Example


Text Example

White with #6F08BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,8,190); }

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

background-color css

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

 a { background-color: rgb(111,8,190); }

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

border-color css

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

 span { border-color: rgb(111,8,190); }

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