Html Css Color HEX #6027ED Han Purple

📋 copy color: '#6027ED'

red 96 ◦ green 39 ◦ blue 237

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

Shades of Han Purple #6027ED

Tints of Han Purple #6027ED

RGB

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

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

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

R = 25.81%
G = 10.48%
B = 63.71%

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

#6027ED (or 0x6027ED) is known color: Han Purple. HEX triplet: 60, 27 and ED. RGB value is (96,39,237). Sum of RGB (Red+Green+Blue) = 96+39+237=372 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.81% from 372); Green value is 39 (15.62% from 255 or 10.48% from 372); Blue value is 237 (92.97% from 255 or 63.71% from 372); Max value from RGB is 237 - color contains mainly: blue. Hex color #6027ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6027ED is #9FD812. Grayscale: #4D4D4D. Windows color (decimal): -10475539 or 15542112. OLE color: 15542112.

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

Color convert

RGB 96 39 237 -
CMYK 0.59 0.84 0 0.07
HSL 257.27º 0.85% 0.54% -
HSV(B) 257.27º 0.84% 0.93% -
XYZ 20.84 10.05 80.96 -
YUV 78.62 217.38 140.4 -
System Red Green Blue C M Y K H S L
Decimal 96 39 237 0.59 0.84 0 0.07 257.27 0.85 0.54
Hex 60 27 ED 3B 54 0 7 101 55 36
Octal 140 47 355 73 124 0 7 401 125 66
Binary 1100000 100111 11101101 111011 1010100 0 111 100000001 1010101 110110

Color Harmonies of #6027ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6027ED

Black with #6027ED

Text Example


Text Example

White with #6027ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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