Html Css Color HEX #6224EB Han Purple

📋 copy color: '#6224EB'

red 98 ◦ green 36 ◦ blue 235

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

Shades of Han Purple #6224EB

Tints of Han Purple #6224EB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.76%

 BLUE value IS 235 (92.19% from 255) = 63.69%

R = 26.56%
G = 9.76%
B = 63.69%

CMYK

 C value IS 0.58

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6224EB (or 0x6224EB) is known color: Han Purple. HEX triplet: 62, 24 and EB. RGB value is (98,36,235). Sum of RGB (Red+Green+Blue) = 98+36+235=369 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.56% from 369); Green value is 36 (14.45% from 255 or 9.76% from 369); Blue value is 235 (92.19% from 255 or 63.69% from 369); Max value from RGB is 235 - color contains mainly: blue. Hex color #6224EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6224EB is #9DDB14. Grayscale: #4C4C4C. Windows color (decimal): -10345237 or 15410274. OLE color: 15410274.

HSL color Cylindrical-coordinate representation of color #6224EB: hue angle of 258.69º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6224EB is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 98 36 235 -
CMYK 0.58 0.85 0 0.08
HSL 258.69º 0.83% 0.53% -
HSV(B) 258.69º 0.85% 0.92% -
XYZ 20.66 9.86 79.41 -
YUV 77.22 217.04 142.82 -
System Red Green Blue C M Y K H S L
Decimal 98 36 235 0.58 0.85 0 0.08 258.69 0.83 0.53
Hex 62 24 EB 3A 55 0 8 103 53 35
Octal 142 44 353 72 125 0 10 403 123 65
Binary 1100010 100100 11101011 111010 1010101 0 1000 100000011 1010011 110101

Color Harmonies of #6224EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6224EB

Black with #6224EB

Text Example


Text Example

White with #6224EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6224EB; }

 p { color: rgb(98,36,235); }

 H1.HeaderClassName
 {
   color: #6224EB;
 }
 .AnyTagClassName
 {
   color: #6224EB;
 }
</style>

background-color css

<style>
 a { background-color: #6224EB; }

 a { background-color: rgb(98,36,235); }

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

border-color css

<style>
 span { border-color: #6224EB; }

 span { border-color: rgb(98,36,235); }

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