Html Css Color HEX #6F06BD Purple Heart

📋 copy color: '#6F06BD'

red 111 ◦ green 6 ◦ blue 189

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

Shades of Purple Heart #6F06BD

Tints of Purple Heart #6F06BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 61.76%

R = 36.27%
G = 1.96%
B = 61.76%

CMYK

 C value IS 0.41

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6F06BD (or 0x6F06BD) is known color: Purple Heart. HEX triplet: 6F, 06 and BD. RGB value is (111,6,189). Sum of RGB (Red+Green+Blue) = 111+6+189=306 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.27% from 306); Green value is 6 (2.73% from 255 or 1.96% from 306); Blue value is 189 (74.22% from 255 or 61.76% from 306); Max value from RGB is 189 - color contains mainly: blue. Hex color #6F06BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F06BD is #90F942. Grayscale: #393939. Windows color (decimal): -9500995 or 12387951. OLE color: 12387951.

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

Color convert

RGB 111 6 189 -
CMYK 0.41 0.97 0 0.26
HSL 274.43º 0.94% 0.38% -
HSV(B) 274.43º 0.97% 0.74% -
XYZ 15.81 7.18 48.7 -
YUV 58.26 201.79 165.62 -
System Red Green Blue C M Y K H S L
Decimal 111 6 189 0.41 0.97 0 0.26 274.43 0.94 0.38
Hex 6F 6 BD 29 61 0 1A 112 5E 26
Octal 157 6 275 51 141 0 32 422 136 46
Binary 1101111 110 10111101 101001 1100001 0 11010 100010010 1011110 100110

Color Harmonies of #6F06BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F06BD

Black with #6F06BD

Text Example


Text Example

White with #6F06BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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