Html Css Color HEX #6F29BA Purple Heart

📋 copy color: '#6F29BA'

red 111 ◦ green 41 ◦ blue 186

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

Shades of Purple Heart #6F29BA

Tints of Purple Heart #6F29BA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.13%

 BLUE value IS 186 (73.05% from 255) = 55.03%

R = 32.84%
G = 12.13%
B = 55.03%

CMYK

 C value IS 0.40

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6F29BA (or 0x6F29BA) is known color: Purple Heart. HEX triplet: 6F, 29 and BA. RGB value is (111,41,186). Sum of RGB (Red+Green+Blue) = 111+41+186=338 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.84% from 338); Green value is 41 (16.41% from 255 or 12.13% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F29BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F29BA is #90D645. Grayscale: #4D4D4D. Windows color (decimal): -9492038 or 12200303. OLE color: 12200303.

HSL color Cylindrical-coordinate representation of color #6F29BA: hue angle of 268.97º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6F29BA is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 111 41 186 -
CMYK 0.40 0.78 0 0.27
HSL 268.97º 0.64% 0.45% -
HSV(B) 268.97º 0.78% 0.73% -
XYZ 16.21 8.51 47.24 -
YUV 78.46 188.69 151.21 -
System Red Green Blue C M Y K H S L
Decimal 111 41 186 0.40 0.78 0 0.27 268.97 0.64 0.45
Hex 6F 29 BA 28 4E 0 1B 10D 40 2D
Octal 157 51 272 50 116 0 33 415 100 55
Binary 1101111 101001 10111010 101000 1001110 0 11011 100001101 1000000 101101

Color Harmonies of #6F29BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F29BA

Black with #6F29BA

Text Example


Text Example

White with #6F29BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,41,186); }

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

background-color css

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

 a { background-color: rgb(111,41,186); }

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

border-color css

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

 span { border-color: rgb(111,41,186); }

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