Html Css Color HEX #6023EF Han Purple

📋 copy color: '#6023EF'

red 96 ◦ green 35 ◦ blue 239

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

Shades of Han Purple #6023EF

Tints of Han Purple #6023EF

RGB

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

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

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

R = 25.95%
G = 9.46%
B = 64.59%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6023EF (or 0x6023EF) is known color: Han Purple. HEX triplet: 60, 23 and EF. RGB value is (96,35,239). Sum of RGB (Red+Green+Blue) = 96+35+239=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 35 (14.06% from 255 or 9.46% from 370); Blue value is 239 (93.75% from 255 or 64.59% from 370); Max value from RGB is 239 - color contains mainly: blue. Hex color #6023EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6023EF is #9FDC10. Grayscale: #4B4B4B. Windows color (decimal): -10476561 or 15672160. OLE color: 15672160.

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

Color convert

RGB 96 35 239 -
CMYK 0.60 0.85 0 0.06
HSL 257.94º 0.86% 0.54% -
HSV(B) 257.94º 0.85% 0.94% -
XYZ 21 9.92 82.47 -
YUV 76.5 219.71 141.91 -
System Red Green Blue C M Y K H S L
Decimal 96 35 239 0.60 0.85 0 0.06 257.94 0.86 0.54
Hex 60 23 EF 3C 55 0 6 102 56 36
Octal 140 43 357 74 125 0 6 402 126 66
Binary 1100000 100011 11101111 111100 1010101 0 110 100000010 1010110 110110

Color Harmonies of #6023EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6023EF

Black with #6023EF

Text Example


Text Example

White with #6023EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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