Html Css Color HEX #6228E5 Han Purple

📋 copy color: '#6228E5'

red 98 ◦ green 40 ◦ blue 229

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

Shades of Han Purple #6228E5

Tints of Han Purple #6228E5

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.9%

 BLUE value IS 229 (89.84% from 255) = 62.4%

R = 26.7%
G = 10.9%
B = 62.4%

CMYK

 C value IS 0.57

 M value IS 0.83

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6228E5 (or 0x6228E5) is known color: Han Purple. HEX triplet: 62, 28 and E5. RGB value is (98,40,229). Sum of RGB (Red+Green+Blue) = 98+40+229=367 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.70% from 367); Green value is 40 (16.02% from 255 or 10.90% from 367); Blue value is 229 (89.84% from 255 or 62.40% from 367); Max value from RGB is 229 - color contains mainly: blue. Hex color #6228E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6228E5 is #9DD71A. Grayscale: #4E4E4E. Windows color (decimal): -10344219 or 15018082. OLE color: 15018082.

HSL color Cylindrical-coordinate representation of color #6228E5: hue angle of 258.41º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6228E5 is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 98 40 229 -
CMYK 0.57 0.83 0 0.10
HSL 258.41º 0.78% 0.53% -
HSV(B) 258.41º 0.83% 0.9% -
XYZ 19.94 9.77 74.96 -
YUV 78.89 212.72 141.63 -
System Red Green Blue C M Y K H S L
Decimal 98 40 229 0.57 0.83 0 0.10 258.41 0.78 0.53
Hex 62 28 E5 39 53 0 A 102 4E 35
Octal 142 50 345 71 123 0 12 402 116 65
Binary 1100010 101000 11100101 111001 1010011 0 1010 100000010 1001110 110101

Color Harmonies of #6228E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6228E5

Black with #6228E5

Text Example


Text Example

White with #6228E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6228E5; }

 p { color: rgb(98,40,229); }

 H1.HeaderClassName
 {
   color: #6228E5;
 }
 .AnyTagClassName
 {
   color: #6228E5;
 }
</style>

background-color css

<style>
 a { background-color: #6228E5; }

 a { background-color: rgb(98,40,229); }

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

border-color css

<style>
 span { border-color: #6228E5; }

 span { border-color: rgb(98,40,229); }

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