Html Css Color HEX #6027EF Han Purple

📋 copy color: '#6027EF'

red 96 ◦ green 39 ◦ blue 239

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

Shades of Han Purple #6027EF

Tints of Han Purple #6027EF

RGB

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

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

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

R = 25.67%
G = 10.43%
B = 63.9%

CMYK

 C value IS 0.60

 M value IS 0.84

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6027EF (or 0x6027EF) is known color: Han Purple. HEX triplet: 60, 27 and EF. RGB value is (96,39,239). Sum of RGB (Red+Green+Blue) = 96+39+239=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 39 (15.62% from 255 or 10.43% from 374); Blue value is 239 (93.75% from 255 or 63.90% from 374); Max value from RGB is 239 - color contains mainly: blue. Hex color #6027EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6027EF is #9FD810. Grayscale: #4E4E4E. Windows color (decimal): -10475537 or 15673184. OLE color: 15673184.

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

Color convert

RGB 96 39 239 -
CMYK 0.60 0.84 0 0.06
HSL 257.1º 0.86% 0.55% -
HSV(B) 257.1º 0.84% 0.94% -
XYZ 21.13 10.17 82.51 -
YUV 78.84 218.38 140.24 -
System Red Green Blue C M Y K H S L
Decimal 96 39 239 0.60 0.84 0 0.06 257.1 0.86 0.55
Hex 60 27 EF 3C 54 0 6 101 56 37
Octal 140 47 357 74 124 0 6 401 126 67
Binary 1100000 100111 11101111 111100 1010100 0 110 100000001 1010110 110111

Color Harmonies of #6027EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6027EF

Black with #6027EF

Text Example


Text Example

White with #6027EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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