Html Css Color HEX #6028EB Han Purple

📋 copy color: '#6028EB'

red 96 ◦ green 40 ◦ blue 235

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

Shades of Han Purple #6028EB

Tints of Han Purple #6028EB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.78%

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

R = 25.88%
G = 10.78%
B = 63.34%

CMYK

 C value IS 0.59

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6028EB (or 0x6028EB) is known color: Han Purple. HEX triplet: 60, 28 and EB. RGB value is (96,40,235). Sum of RGB (Red+Green+Blue) = 96+40+235=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 40 (16.02% from 255 or 10.78% from 371); Blue value is 235 (92.19% from 255 or 63.34% from 371); Max value from RGB is 235 - color contains mainly: blue. Hex color #6028EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6028EB is #9FD714. Grayscale: #4E4E4E. Windows color (decimal): -10475285 or 15411296. OLE color: 15411296.

HSL color Cylindrical-coordinate representation of color #6028EB: hue angle of 257.23º 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 #6028EB is Cyan = 0.59, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 96 40 235 -
CMYK 0.59 0.83 0 0.08
HSL 257.23º 0.83% 0.54% -
HSV(B) 257.23º 0.83% 0.92% -
XYZ 20.58 10 79.44 -
YUV 78.97 216.05 140.14 -
System Red Green Blue C M Y K H S L
Decimal 96 40 235 0.59 0.83 0 0.08 257.23 0.83 0.54
Hex 60 28 EB 3B 53 0 8 101 53 36
Octal 140 50 353 73 123 0 10 401 123 66
Binary 1100000 101000 11101011 111011 1010011 0 1000 100000001 1010011 110110

Color Harmonies of #6028EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6028EB

Black with #6028EB

Text Example


Text Example

White with #6028EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,40,235); }

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

background-color css

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

 a { background-color: rgb(96,40,235); }

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

border-color css

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

 span { border-color: rgb(96,40,235); }

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