Html Css Color HEX #6A29E9 Han Purple

📋 copy color: '#6A29E9'

red 106 ◦ green 41 ◦ blue 233

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

Shades of Han Purple #6A29E9

Tints of Han Purple #6A29E9

RGB

 RED value IS 106 (41.8% from 255) = 27.89%

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

 BLUE value IS 233 (91.41% from 255) = 61.32%

R = 27.89%
G = 10.79%
B = 61.32%

CMYK

 C value IS 0.55

 M value IS 0.82

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6A29E9 (or 0x6A29E9) is known color: Han Purple. HEX triplet: 6A, 29 and E9. RGB value is (106,41,233). Sum of RGB (Red+Green+Blue) = 106+41+233=380 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.89% from 380); Green value is 41 (16.41% from 255 or 10.79% from 380); Blue value is 233 (91.41% from 255 or 61.32% from 380); Max value from RGB is 233 - color contains mainly: blue. Hex color #6A29E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A29E9 is #95D616. Grayscale: #515151. Windows color (decimal): -9819671 or 15280490. OLE color: 15280490.

HSL color Cylindrical-coordinate representation of color #6A29E9: hue angle of 260.31º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6A29E9 is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 106 41 233 -
CMYK 0.55 0.82 0 0.09
HSL 260.31º 0.81% 0.54% -
HSV(B) 260.31º 0.82% 0.91% -
XYZ 21.44 10.53 77.99 -
YUV 82.32 213.03 144.89 -
System Red Green Blue C M Y K H S L
Decimal 106 41 233 0.55 0.82 0 0.09 260.31 0.81 0.54
Hex 6A 29 E9 37 52 0 9 104 51 36
Octal 152 51 351 67 122 0 11 404 121 66
Binary 1101010 101001 11101001 110111 1010010 0 1001 100000100 1010001 110110

Color Harmonies of #6A29E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A29E9

Black with #6A29E9

Text Example


Text Example

White with #6A29E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,41,233); }

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

background-color css

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

 a { background-color: rgb(106,41,233); }

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

border-color css

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

 span { border-color: rgb(106,41,233); }

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