Html Css Color HEX #6227ED Han Purple

📋 copy color: '#6227ED'

red 98 ◦ green 39 ◦ blue 237

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

Shades of Han Purple #6227ED

Tints of Han Purple #6227ED

RGB

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

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

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

R = 26.2%
G = 10.43%
B = 63.37%

CMYK

 C value IS 0.59

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6227ED (or 0x6227ED) is known color: Han Purple. HEX triplet: 62, 27 and ED. RGB value is (98,39,237). Sum of RGB (Red+Green+Blue) = 98+39+237=374 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.20% from 374); Green value is 39 (15.62% from 255 or 10.43% from 374); Blue value is 237 (92.97% from 255 or 63.37% from 374); Max value from RGB is 237 - color contains mainly: blue. Hex color #6227ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6227ED is #9DD812. Grayscale: #4E4E4E. Windows color (decimal): -10344467 or 15542114. OLE color: 15542114.

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

Color convert

RGB 98 39 237 -
CMYK 0.59 0.84 0 0.07
HSL 257.88º 0.85% 0.54% -
HSV(B) 257.88º 0.84% 0.93% -
XYZ 21.05 10.16 80.97 -
YUV 79.21 217.05 141.4 -
System Red Green Blue C M Y K H S L
Decimal 98 39 237 0.59 0.84 0 0.07 257.88 0.85 0.54
Hex 62 27 ED 3B 54 0 7 102 55 36
Octal 142 47 355 73 124 0 7 402 125 66
Binary 1100010 100111 11101101 111011 1010100 0 111 100000010 1010101 110110

Color Harmonies of #6227ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6227ED

Black with #6227ED

Text Example


Text Example

White with #6227ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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