Html Css Color HEX #6038EF Han Purple

📋 copy color: '#6038EF'

red 96 ◦ green 56 ◦ blue 239

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

Shades of Han Purple #6038EF

Tints of Han Purple #6038EF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.32%

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

R = 24.55%
G = 14.32%
B = 61.13%

CMYK

 C value IS 0.60

 M value IS 0.77

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6038EF (or 0x6038EF) is known color: Han Purple. HEX triplet: 60, 38 and EF. RGB value is (96,56,239). Sum of RGB (Red+Green+Blue) = 96+56+239=391 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.55% from 391); Green value is 56 (22.27% from 255 or 14.32% from 391); Blue value is 239 (93.75% from 255 or 61.13% from 391); Max value from RGB is 239 - color contains mainly: blue. Hex color #6038EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6038EF is #9FC710. Grayscale: #585858. Windows color (decimal): -10471185 or 15677536. OLE color: 15677536.

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

Color convert

RGB 96 56 239 -
CMYK 0.60 0.77 0 0.06
HSL 253.11º 0.85% 0.58% -
HSV(B) 253.11º 0.77% 0.94% -
XYZ 21.82 11.55 82.74 -
YUV 88.82 212.75 133.12 -
System Red Green Blue C M Y K H S L
Decimal 96 56 239 0.60 0.77 0 0.06 253.11 0.85 0.58
Hex 60 38 EF 3C 4D 0 6 FD 55 3A
Octal 140 70 357 74 115 0 6 375 125 72
Binary 1100000 111000 11101111 111100 1001101 0 110 11111101 1010101 111010

Color Harmonies of #6038EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6038EF

Black with #6038EF

Text Example


Text Example

White with #6038EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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