Html Css Color HEX #6023E5 Han Purple

📋 copy color: '#6023E5'

red 96 ◦ green 35 ◦ blue 229

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

Shades of Han Purple #6023E5

Tints of Han Purple #6023E5

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.72%

 BLUE value IS 229 (89.84% from 255) = 63.61%

R = 26.67%
G = 9.72%
B = 63.61%

CMYK

 C value IS 0.58

 M value IS 0.85

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6023E5 (or 0x6023E5) is known color: Han Purple. HEX triplet: 60, 23 and E5. RGB value is (96,35,229). Sum of RGB (Red+Green+Blue) = 96+35+229=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 35 (14.06% from 255 or 9.72% from 360); Blue value is 229 (89.84% from 255 or 63.61% from 360); Max value from RGB is 229 - color contains mainly: blue. Hex color #6023E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6023E5 is #9FDC1A. Grayscale: #4A4A4A. Windows color (decimal): -10476571 or 15016800. OLE color: 15016800.

HSL color Cylindrical-coordinate representation of color #6023E5: hue angle of 258.87º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6023E5 is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 96 35 229 -
CMYK 0.58 0.85 0 0.10
HSL 258.87º 0.79% 0.52% -
HSV(B) 258.87º 0.85% 0.9% -
XYZ 19.57 9.35 74.9 -
YUV 75.36 214.71 142.73 -
System Red Green Blue C M Y K H S L
Decimal 96 35 229 0.58 0.85 0 0.10 258.87 0.79 0.52
Hex 60 23 E5 3A 55 0 A 103 4F 34
Octal 140 43 345 72 125 0 12 403 117 64
Binary 1100000 100011 11100101 111010 1010101 0 1010 100000011 1001111 110100

Color Harmonies of #6023E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6023E5

Black with #6023E5

Text Example


Text Example

White with #6023E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6023E5; }

 p { color: rgb(96,35,229); }

 H1.HeaderClassName
 {
   color: #6023E5;
 }
 .AnyTagClassName
 {
   color: #6023E5;
 }
</style>

background-color css

<style>
 a { background-color: #6023E5; }

 a { background-color: rgb(96,35,229); }

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

border-color css

<style>
 span { border-color: #6023E5; }

 span { border-color: rgb(96,35,229); }

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