Html Css Color HEX #6028EF Han Purple

📋 copy color: '#6028EF'

red 96 ◦ green 40 ◦ blue 239

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

Shades of Han Purple #6028EF

Tints of Han Purple #6028EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 63.73%

R = 25.6%
G = 10.67%
B = 63.73%

CMYK

 C value IS 0.60

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6028EF (or 0x6028EF) is known color: Han Purple. HEX triplet: 60, 28 and EF. RGB value is (96,40,239). Sum of RGB (Red+Green+Blue) = 96+40+239=375 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.6% from 375); Green value is 40 (16.02% from 255 or 10.67% from 375); Blue value is 239 (93.75% from 255 or 63.73% from 375); Max value from RGB is 239 - color contains mainly: blue. Hex color #6028EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6028EF is #9FD710. Grayscale: #4E4E4E. Windows color (decimal): -10475281 or 15673440. OLE color: 15673440.

HSL color Cylindrical-coordinate representation of color #6028EF: hue angle of 256.88º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6028EF is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 96 40 239 -
CMYK 0.60 0.83 0 0.06
HSL 256.88º 0.86% 0.55% -
HSV(B) 256.88º 0.83% 0.94% -
XYZ 21.16 10.24 82.52 -
YUV 79.43 218.05 139.82 -
System Red Green Blue C M Y K H S L
Decimal 96 40 239 0.60 0.83 0 0.06 256.88 0.86 0.55
Hex 60 28 EF 3C 53 0 6 101 56 37
Octal 140 50 357 74 123 0 6 401 126 67
Binary 1100000 101000 11101111 111100 1010011 0 110 100000001 1010110 110111

Color Harmonies of #6028EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6028EF

Black with #6028EF

Text Example


Text Example

White with #6028EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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