Html Css Color HEX #6038EE Han Purple

📋 copy color: '#6038EE'

red 96 ◦ green 56 ◦ blue 238

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

Shades of Han Purple #6038EE

Tints of Han Purple #6038EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 61.03%

R = 24.62%
G = 14.36%
B = 61.03%

CMYK

 C value IS 0.60

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6038EE (or 0x6038EE) is known color: Han Purple. HEX triplet: 60, 38 and EE. RGB value is (96,56,238). Sum of RGB (Red+Green+Blue) = 96+56+238=390 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.62% from 390); Green value is 56 (22.27% from 255 or 14.36% from 390); Blue value is 238 (93.36% from 255 or 61.03% from 390); Max value from RGB is 238 - color contains mainly: blue. Hex color #6038EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6038EE is #9FC711. Grayscale: #585858. Windows color (decimal): -10471186 or 15612000. OLE color: 15612000.

HSL color Cylindrical-coordinate representation of color #6038EE: hue angle of 253.19º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6038EE is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 56 238 -
CMYK 0.60 0.76 0 0.07
HSL 253.19º 0.84% 0.58% -
HSV(B) 253.19º 0.76% 0.93% -
XYZ 21.67 11.49 81.96 -
YUV 88.71 212.25 133.2 -
System Red Green Blue C M Y K H S L
Decimal 96 56 238 0.60 0.76 0 0.07 253.19 0.84 0.58
Hex 60 38 EE 3C 4C 0 7 FD 54 3A
Octal 140 70 356 74 114 0 7 375 124 72
Binary 1100000 111000 11101110 111100 1001100 0 111 11111101 1010100 111010

Color Harmonies of #6038EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6038EE

Black with #6038EE

Text Example


Text Example

White with #6038EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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