Html Css Color HEX #6228ED Han Purple

📋 copy color: '#6228ED'

red 98 ◦ green 40 ◦ blue 237

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

Shades of Han Purple #6228ED

Tints of Han Purple #6228ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 63.2%

R = 26.13%
G = 10.67%
B = 63.2%

CMYK

 C value IS 0.59

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6228ED (or 0x6228ED) is known color: Han Purple. HEX triplet: 62, 28 and ED. RGB value is (98,40,237). Sum of RGB (Red+Green+Blue) = 98+40+237=375 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.13% from 375); Green value is 40 (16.02% from 255 or 10.67% from 375); Blue value is 237 (92.97% from 255 or 63.2% from 375); Max value from RGB is 237 - color contains mainly: blue. Hex color #6228ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6228ED is #9DD712. Grayscale: #4F4F4F. Windows color (decimal): -10344211 or 15542370. OLE color: 15542370.

HSL color Cylindrical-coordinate representation of color #6228ED: hue angle of 257.66º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6228ED is Cyan = 0.59, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 98 40 237 -
CMYK 0.59 0.83 0 0.07
HSL 257.67º 0.85% 0.54% -
HSV(B) 257.67º 0.83% 0.93% -
XYZ 21.08 10.23 80.98 -
YUV 79.8 216.72 140.98 -
System Red Green Blue C M Y K H S L
Decimal 98 40 237 0.59 0.83 0 0.07 257.67 0.85 0.54
Hex 62 28 ED 3B 53 0 7 102 55 36
Octal 142 50 355 73 123 0 7 402 125 66
Binary 1100010 101000 11101101 111011 1010011 0 111 100000010 1010101 110110

Color Harmonies of #6228ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6228ED

Black with #6228ED

Text Example


Text Example

White with #6228ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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