Html Css Color HEX #6F06BE Purple Heart

📋 copy color: '#6F06BE'

red 111 ◦ green 6 ◦ blue 190

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

Shades of Purple Heart #6F06BE

Tints of Purple Heart #6F06BE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.95%

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

R = 36.16%
G = 1.95%
B = 61.89%

CMYK

 C value IS 0.42

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6F06BE (or 0x6F06BE) is known color: Purple Heart. HEX triplet: 6F, 06 and BE. RGB value is (111,6,190). Sum of RGB (Red+Green+Blue) = 111+6+190=307 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.16% from 307); Green value is 6 (2.73% from 255 or 1.95% from 307); Blue value is 190 (74.61% from 255 or 61.89% from 307); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F06BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F06BE is #90F941. Grayscale: #393939. Windows color (decimal): -9500994 or 12453487. OLE color: 12453487.

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

Color convert

RGB 111 6 190 -
CMYK 0.42 0.97 0 0.25
HSL 274.24º 0.94% 0.38% -
HSV(B) 274.24º 0.97% 0.75% -
XYZ 15.91 7.23 49.27 -
YUV 58.37 202.29 165.54 -
System Red Green Blue C M Y K H S L
Decimal 111 6 190 0.42 0.97 0 0.25 274.24 0.94 0.38
Hex 6F 6 BE 2A 61 0 19 112 5E 26
Octal 157 6 276 52 141 0 31 422 136 46
Binary 1101111 110 10111110 101010 1100001 0 11001 100010010 1011110 100110

Color Harmonies of #6F06BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F06BE

Black with #6F06BE

Text Example


Text Example

White with #6F06BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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