Html Css Color HEX #6226ED Han Purple

📋 copy color: '#6226ED'

red 98 ◦ green 38 ◦ blue 237

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

Shades of Han Purple #6226ED

Tints of Han Purple #6226ED

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.19%

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

R = 26.27%
G = 10.19%
B = 63.54%

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

#6226ED (or 0x6226ED) is known color: Han Purple. HEX triplet: 62, 26 and ED. RGB value is (98,38,237). Sum of RGB (Red+Green+Blue) = 98+38+237=373 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.27% from 373); Green value is 38 (15.23% from 255 or 10.19% from 373); Blue value is 237 (92.97% from 255 or 63.54% from 373); Max value from RGB is 237 - color contains mainly: blue. Hex color #6226ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6226ED is #9DD912. Grayscale: #4D4D4D. Windows color (decimal): -10344723 or 15541858. OLE color: 15541858.

HSL color Cylindrical-coordinate representation of color #6226ED: hue angle of 258.09º 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 #6226ED is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 98 38 237 -
CMYK 0.59 0.84 0 0.07
HSL 258.09º 0.85% 0.54% -
HSV(B) 258.09º 0.84% 0.93% -
XYZ 21.02 10.1 80.96 -
YUV 78.63 217.38 141.82 -
System Red Green Blue C M Y K H S L
Decimal 98 38 237 0.59 0.84 0 0.07 258.09 0.85 0.54
Hex 62 26 ED 3B 54 0 7 102 55 36
Octal 142 46 355 73 124 0 7 402 125 66
Binary 1100010 100110 11101101 111011 1010100 0 111 100000010 1010101 110110

Color Harmonies of #6226ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6226ED

Black with #6226ED

Text Example


Text Example

White with #6226ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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