Html Css Color HEX #6331FA Han Purple

📋 copy color: '#6331FA'

red 99 ◦ green 49 ◦ blue 250

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

Shades of Han Purple #6331FA

Tints of Han Purple #6331FA

RGB

 RED value IS 99 (39.06% from 255) = 24.87%

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

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

R = 24.87%
G = 12.31%
B = 62.81%

CMYK

 C value IS 0.60

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6331FA (or 0x6331FA) is known color: Han Purple. HEX triplet: 63, 31 and FA. RGB value is (99,49,250). Sum of RGB (Red+Green+Blue) = 99+49+250=398 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.87% from 398); Green value is 49 (19.53% from 255 or 12.31% from 398); Blue value is 250 (98.05% from 255 or 62.81% from 398); Max value from RGB is 250 - color contains mainly: blue. Hex color #6331FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6331FA is #9CCE05. Grayscale: #565656. Windows color (decimal): -10276358 or 16396643. OLE color: 16396643.

HSL color Cylindrical-coordinate representation of color #6331FA: hue angle of 254.93º 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 #6331FA is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 99 49 250 -
CMYK 0.60 0.80 0 0.02
HSL 254.93º 0.95% 0.59% -
HSV(B) 254.93º 0.8% 0.98% -
XYZ 23.5 11.75 91.47 -
YUV 86.86 220.07 136.66 -
System Red Green Blue C M Y K H S L
Decimal 99 49 250 0.60 0.80 0 0.02 254.93 0.95 0.59
Hex 63 31 FA 3C 50 0 2 FF 5F 3B
Octal 143 61 372 74 120 0 2 377 137 73
Binary 1100011 110001 11111010 111100 1010000 0 10 11111111 1011111 111011

Color Harmonies of #6331FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6331FA

Black with #6331FA

Text Example


Text Example

White with #6331FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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