Html Css Color HEX #6038EB Han Purple

📋 copy color: '#6038EB'

red 96 ◦ green 56 ◦ blue 235

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

Shades of Han Purple #6038EB

Tints of Han Purple #6038EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 60.72%

R = 24.81%
G = 14.47%
B = 60.72%

CMYK

 C value IS 0.59

 M value IS 0.76

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6038EB (or 0x6038EB) is known color: Han Purple. HEX triplet: 60, 38 and EB. RGB value is (96,56,235). Sum of RGB (Red+Green+Blue) = 96+56+235=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 56 (22.27% from 255 or 14.47% from 387); Blue value is 235 (92.19% from 255 or 60.72% from 387); Max value from RGB is 235 - color contains mainly: blue. Hex color #6038EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6038EB is #9FC714. Grayscale: #575757. Windows color (decimal): -10471189 or 15415392. OLE color: 15415392.

HSL color Cylindrical-coordinate representation of color #6038EB: hue angle of 253.41º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6038EB is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 96 56 235 -
CMYK 0.59 0.76 0 0.08
HSL 253.41º 0.82% 0.57% -
HSV(B) 253.41º 0.76% 0.92% -
XYZ 21.23 11.31 79.66 -
YUV 88.37 210.75 133.45 -
System Red Green Blue C M Y K H S L
Decimal 96 56 235 0.59 0.76 0 0.08 253.41 0.82 0.57
Hex 60 38 EB 3B 4C 0 8 FD 52 39
Octal 140 70 353 73 114 0 10 375 122 71
Binary 1100000 111000 11101011 111011 1001100 0 1000 11111101 1010010 111001

Color Harmonies of #6038EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6038EB

Black with #6038EB

Text Example


Text Example

White with #6038EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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