Html Css Color HEX #6F29BF Purple Heart

📋 copy color: '#6F29BF'

red 111 ◦ green 41 ◦ blue 191

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

Shades of Purple Heart #6F29BF

Tints of Purple Heart #6F29BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 55.69%

R = 32.36%
G = 11.95%
B = 55.69%

CMYK

 C value IS 0.42

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6F29BF (or 0x6F29BF) is known color: Purple Heart. HEX triplet: 6F, 29 and BF. RGB value is (111,41,191). Sum of RGB (Red+Green+Blue) = 111+41+191=343 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.36% from 343); Green value is 41 (16.41% from 255 or 11.95% from 343); Blue value is 191 (75% from 255 or 55.69% from 343); Max value from RGB is 191 - color contains mainly: blue. Hex color #6F29BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F29BF is #90D640. Grayscale: #4E4E4E. Windows color (decimal): -9492033 or 12527983. OLE color: 12527983.

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

Color convert

RGB 111 41 191 -
CMYK 0.42 0.79 0 0.25
HSL 268º 0.65% 0.45% -
HSV(B) 268º 0.79% 0.75% -
XYZ 16.75 8.73 50.09 -
YUV 79.03 191.19 150.8 -
System Red Green Blue C M Y K H S L
Decimal 111 41 191 0.42 0.79 0 0.25 268 0.65 0.45
Hex 6F 29 BF 2A 4F 0 19 10C 41 2D
Octal 157 51 277 52 117 0 31 414 101 55
Binary 1101111 101001 10111111 101010 1001111 0 11001 100001100 1000001 101101

Color Harmonies of #6F29BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F29BF

Black with #6F29BF

Text Example


Text Example

White with #6F29BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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