Html Css Color HEX #6031FA Han Purple

📋 copy color: '#6031FA'

red 96 ◦ green 49 ◦ blue 250

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

Shades of Han Purple #6031FA

Tints of Han Purple #6031FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 63.29%

R = 24.3%
G = 12.41%
B = 63.29%

CMYK

 C value IS 0.62

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6031FA (or 0x6031FA) is known color: Han Purple. HEX triplet: 60, 31 and FA. RGB value is (96,49,250). Sum of RGB (Red+Green+Blue) = 96+49+250=395 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.30% from 395); Green value is 49 (19.53% from 255 or 12.41% from 395); Blue value is 250 (98.05% from 255 or 63.29% from 395); Max value from RGB is 250 - color contains mainly: blue. Hex color #6031FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6031FA is #9FCE05. Grayscale: #555555. Windows color (decimal): -10472966 or 16396640. OLE color: 16396640.

HSL color Cylindrical-coordinate representation of color #6031FA: hue angle of 254.03º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6031FA is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 49 250 -
CMYK 0.62 0.80 0 0.02
HSL 254.03º 0.95% 0.59% -
HSV(B) 254.03º 0.8% 0.98% -
XYZ 23.18 11.59 91.46 -
YUV 85.97 220.57 135.16 -
System Red Green Blue C M Y K H S L
Decimal 96 49 250 0.62 0.80 0 0.02 254.03 0.95 0.59
Hex 60 31 FA 3E 50 0 2 FE 5F 3B
Octal 140 61 372 76 120 0 2 376 137 73
Binary 1100000 110001 11111010 111110 1010000 0 10 11111110 1011111 111011

Color Harmonies of #6031FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6031FA

Black with #6031FA

Text Example


Text Example

White with #6031FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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