Html Css Color HEX #6B29DD Purple Heart

📋 copy color: '#6B29DD'

red 107 ◦ green 41 ◦ blue 221

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

Shades of Purple Heart #6B29DD

Tints of Purple Heart #6B29DD

RGB

 RED value IS 107 (42.19% from 255) = 29%

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

 BLUE value IS 221 (86.72% from 255) = 59.89%

R = 29%
G = 11.11%
B = 59.89%

CMYK

 C value IS 0.52

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6B29DD (or 0x6B29DD) is known color: Purple Heart. HEX triplet: 6B, 29 and DD. RGB value is (107,41,221). Sum of RGB (Red+Green+Blue) = 107+41+221=369 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.00% from 369); Green value is 41 (16.41% from 255 or 11.11% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #6B29DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B29DD is #94D622. Grayscale: #505050. Windows color (decimal): -9754147 or 14494059. OLE color: 14494059.

HSL color Cylindrical-coordinate representation of color #6B29DD: hue angle of 262º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6B29DD is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 41 221 -
CMYK 0.52 0.81 0 0.13
HSL 262º 0.73% 0.51% -
HSV(B) 262º 0.81% 0.87% -
XYZ 19.91 9.93 69.27 -
YUV 81.25 206.87 146.36 -
System Red Green Blue C M Y K H S L
Decimal 107 41 221 0.52 0.81 0 0.13 262 0.73 0.51
Hex 6B 29 DD 34 51 0 D 106 49 33
Octal 153 51 335 64 121 0 15 406 111 63
Binary 1101011 101001 11011101 110100 1010001 0 1101 100000110 1001001 110011

Color Harmonies of #6B29DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B29DD

Black with #6B29DD

Text Example


Text Example

White with #6B29DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,41,221); }

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

background-color css

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

 a { background-color: rgb(107,41,221); }

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

border-color css

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

 span { border-color: rgb(107,41,221); }

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