Html Css Color HEX #6031EB Han Purple

📋 copy color: '#6031EB'

red 96 ◦ green 49 ◦ blue 235

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

Shades of Han Purple #6031EB

Tints of Han Purple #6031EB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.89%

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

R = 25.26%
G = 12.89%
B = 61.84%

CMYK

 C value IS 0.59

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6031EB (or 0x6031EB) is known color: Han Purple. HEX triplet: 60, 31 and EB. RGB value is (96,49,235). Sum of RGB (Red+Green+Blue) = 96+49+235=380 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.26% from 380); Green value is 49 (19.53% from 255 or 12.89% from 380); Blue value is 235 (92.19% from 255 or 61.84% from 380); Max value from RGB is 235 - color contains mainly: blue. Hex color #6031EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6031EB is #9FCE14. Grayscale: #535353. Windows color (decimal): -10472981 or 15413600. OLE color: 15413600.

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

Color convert

RGB 96 49 235 -
CMYK 0.59 0.79 0 0.08
HSL 255.16º 0.82% 0.56% -
HSV(B) 255.16º 0.79% 0.92% -
XYZ 20.92 10.68 79.56 -
YUV 84.26 213.07 136.38 -
System Red Green Blue C M Y K H S L
Decimal 96 49 235 0.59 0.79 0 0.08 255.16 0.82 0.56
Hex 60 31 EB 3B 4F 0 8 FF 52 38
Octal 140 61 353 73 117 0 10 377 122 70
Binary 1100000 110001 11101011 111011 1001111 0 1000 11111111 1010010 111000

Color Harmonies of #6031EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6031EB

Black with #6031EB

Text Example


Text Example

White with #6031EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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