Html Css Color HEX #6229EA Han Purple

📋 copy color: '#6229EA'

red 98 ◦ green 41 ◦ blue 234

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

Shades of Han Purple #6229EA

Tints of Han Purple #6229EA

RGB

 RED value IS 98 (38.67% from 255) = 26.27%

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

 BLUE value IS 234 (91.8% from 255) = 62.73%

R = 26.27%
G = 10.99%
B = 62.73%

CMYK

 C value IS 0.58

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6229EA (or 0x6229EA) is known color: Han Purple. HEX triplet: 62, 29 and EA. RGB value is (98,41,234). Sum of RGB (Red+Green+Blue) = 98+41+234=373 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.27% from 373); Green value is 41 (16.41% from 255 or 10.99% from 373); Blue value is 234 (91.80% from 255 or 62.73% from 373); Max value from RGB is 234 - color contains mainly: blue. Hex color #6229EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6229EA is #9DD615. Grayscale: #4F4F4F. Windows color (decimal): -10343958 or 15346018. OLE color: 15346018.

HSL color Cylindrical-coordinate representation of color #6229EA: hue angle of 257.72º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6229EA is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 98 41 234 -
CMYK 0.58 0.82 0 0.08
HSL 257.72º 0.82% 0.54% -
HSV(B) 257.72º 0.82% 0.92% -
XYZ 20.68 10.12 78.71 -
YUV 80.05 214.88 140.81 -
System Red Green Blue C M Y K H S L
Decimal 98 41 234 0.58 0.82 0 0.08 257.72 0.82 0.54
Hex 62 29 EA 3A 52 0 8 102 52 36
Octal 142 51 352 72 122 0 10 402 122 66
Binary 1100010 101001 11101010 111010 1010010 0 1000 100000010 1010010 110110

Color Harmonies of #6229EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6229EA

Black with #6229EA

Text Example


Text Example

White with #6229EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6229EA; }

 p { color: rgb(98,41,234); }

 H1.HeaderClassName
 {
   color: #6229EA;
 }
 .AnyTagClassName
 {
   color: #6229EA;
 }
</style>

background-color css

<style>
 a { background-color: #6229EA; }

 a { background-color: rgb(98,41,234); }

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

border-color css

<style>
 span { border-color: #6229EA; }

 span { border-color: rgb(98,41,234); }

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