Html Css Color HEX #6026ED Han Purple

📋 copy color: '#6026ED'

red 96 ◦ green 38 ◦ blue 237

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

Shades of Han Purple #6026ED

Tints of Han Purple #6026ED

RGB

 RED value IS 96 (37.89% from 255) = 25.88%

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

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

R = 25.88%
G = 10.24%
B = 63.88%

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

#6026ED (or 0x6026ED) is known color: Han Purple. HEX triplet: 60, 26 and ED. RGB value is (96,38,237). Sum of RGB (Red+Green+Blue) = 96+38+237=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 38 (15.23% from 255 or 10.24% from 371); Blue value is 237 (92.97% from 255 or 63.88% from 371); Max value from RGB is 237 - color contains mainly: blue. Hex color #6026ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6026ED is #9FD912. Grayscale: #4D4D4D. Windows color (decimal): -10475795 or 15541856. OLE color: 15541856.

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

Color convert

RGB 96 38 237 -
CMYK 0.59 0.84 0 0.07
HSL 257.49º 0.85% 0.54% -
HSV(B) 257.49º 0.84% 0.93% -
XYZ 20.8 9.99 80.95 -
YUV 78.03 217.72 140.82 -
System Red Green Blue C M Y K H S L
Decimal 96 38 237 0.59 0.84 0 0.07 257.49 0.85 0.54
Hex 60 26 ED 3B 54 0 7 101 55 36
Octal 140 46 355 73 124 0 7 401 125 66
Binary 1100000 100110 11101101 111011 1010100 0 111 100000001 1010101 110110

Color Harmonies of #6026ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6026ED

Black with #6026ED

Text Example


Text Example

White with #6026ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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