Html Css Color HEX #6027F9 Han Purple

📋 copy color: '#6027F9'

red 96 ◦ green 39 ◦ blue 249

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

Shades of Han Purple #6027F9

Tints of Han Purple #6027F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 64.84%

R = 25%
G = 10.16%
B = 64.84%

CMYK

 C value IS 0.61

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6027F9 (or 0x6027F9) is known color: Han Purple. HEX triplet: 60, 27 and F9. RGB value is (96,39,249). Sum of RGB (Red+Green+Blue) = 96+39+249=384 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25% from 384); Green value is 39 (15.62% from 255 or 10.16% from 384); Blue value is 249 (97.66% from 255 or 64.84% from 384); Max value from RGB is 249 - color contains mainly: blue. Hex color #6027F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6027F9 is #9FD806. Grayscale: #4F4F4F. Windows color (decimal): -10475527 or 16328544. OLE color: 16328544.

HSL color Cylindrical-coordinate representation of color #6027F9: hue angle of 256.29º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6027F9 is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 39 249 -
CMYK 0.61 0.84 0 0.02
HSL 256.29º 0.95% 0.56% -
HSV(B) 256.29º 0.84% 0.98% -
XYZ 22.65 10.78 90.51 -
YUV 79.98 223.38 139.42 -
System Red Green Blue C M Y K H S L
Decimal 96 39 249 0.61 0.84 0 0.02 256.29 0.95 0.56
Hex 60 27 F9 3D 54 0 2 100 5F 38
Octal 140 47 371 75 124 0 2 400 137 70
Binary 1100000 100111 11111001 111101 1010100 0 10 100000000 1011111 111000

Color Harmonies of #6027F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6027F9

Black with #6027F9

Text Example


Text Example

White with #6027F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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