Html Css Color HEX #6020FF Han Purple

📋 copy color: '#6020FF'

red 96 ◦ green 32 ◦ blue 255

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

Shades of Han Purple #6020FF

Tints of Han Purple #6020FF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.36%

 BLUE value IS 255 (100% from 255) = 66.58%

R = 25.07%
G = 8.36%
B = 66.58%

CMYK

 C value IS 0.62

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6020FF (or 0x6020FF) is known color: Han Purple. HEX triplet: 60, 20 and FF. RGB value is (96,32,255). Sum of RGB (Red+Green+Blue) = 96+32+255=383 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.07% from 383); Green value is 32 (12.89% from 255 or 8.36% from 383); Blue value is 255 (100% from 255 or 66.58% from 383); Max value from RGB is 255 - color contains mainly: blue. Hex color #6020FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6020FF is #9FDF00. Grayscale: #4B4B4B. Windows color (decimal): -10477313 or 16719968. OLE color: 16719968.

HSL color Cylindrical-coordinate representation of color #6020FF: hue angle of 257.22º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6020FF is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 96 32 255 -
CMYK 0.62 0.87 0 0
HSL 257.22º 1% 0.56% -
HSV(B) 257.22º 0.87% 1% -
XYZ 23.39 10.74 95.45 -
YUV 76.56 228.7 141.87 -
System Red Green Blue C M Y K H S L
Decimal 96 32 255 0.62 0.87 0 0 257.22 1 0.56
Hex 60 20 FF 3E 57 0 0 101 64 38
Octal 140 40 377 76 127 0 0 401 144 70
Binary 1100000 100000 11111111 111110 1010111 0 0 100000001 1100100 111000

Color Harmonies of #6020FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6020FF

Black with #6020FF

Text Example


Text Example

White with #6020FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6020FF; }

 p { color: rgb(96,32,255); }

 H1.HeaderClassName
 {
   color: #6020FF;
 }
 .AnyTagClassName
 {
   color: #6020FF;
 }
</style>

background-color css

<style>
 a { background-color: #6020FF; }

 a { background-color: rgb(96,32,255); }

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

border-color css

<style>
 span { border-color: #6020FF; }

 span { border-color: rgb(96,32,255); }

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