Html Css Color HEX #6227EB Han Purple

📋 copy color: '#6227EB'

red 98 ◦ green 39 ◦ blue 235

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

Shades of Han Purple #6227EB

Tints of Han Purple #6227EB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.48%

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

R = 26.34%
G = 10.48%
B = 63.17%

CMYK

 C value IS 0.58

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6227EB (or 0x6227EB) is known color: Han Purple. HEX triplet: 62, 27 and EB. RGB value is (98,39,235). Sum of RGB (Red+Green+Blue) = 98+39+235=372 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.34% from 372); Green value is 39 (15.62% from 255 or 10.48% from 372); Blue value is 235 (92.19% from 255 or 63.17% from 372); Max value from RGB is 235 - color contains mainly: blue. Hex color #6227EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6227EB is #9DD814. Grayscale: #4E4E4E. Windows color (decimal): -10344469 or 15411042. OLE color: 15411042.

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

Color convert

RGB 98 39 235 -
CMYK 0.58 0.83 0 0.08
HSL 258.06º 0.83% 0.54% -
HSV(B) 258.06º 0.83% 0.92% -
XYZ 20.76 10.05 79.44 -
YUV 78.99 216.05 141.56 -
System Red Green Blue C M Y K H S L
Decimal 98 39 235 0.58 0.83 0 0.08 258.06 0.83 0.54
Hex 62 27 EB 3A 53 0 8 102 53 36
Octal 142 47 353 72 123 0 10 402 123 66
Binary 1100010 100111 11101011 111010 1010011 0 1000 100000010 1010011 110110

Color Harmonies of #6227EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6227EB

Black with #6227EB

Text Example


Text Example

White with #6227EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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