Html Css Color HEX #6331FC Han Purple

📋 copy color: '#6331FC'

red 99 ◦ green 49 ◦ blue 252

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

Shades of Han Purple #6331FC

Tints of Han Purple #6331FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 63%

R = 24.75%
G = 12.25%
B = 63%

CMYK

 C value IS 0.61

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6331FC (or 0x6331FC) is known color: Han Purple. HEX triplet: 63, 31 and FC. RGB value is (99,49,252). Sum of RGB (Red+Green+Blue) = 99+49+252=400 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.75% from 400); Green value is 49 (19.53% from 255 or 12.25% from 400); Blue value is 252 (98.83% from 255 or 63% from 400); Max value from RGB is 252 - color contains mainly: blue. Hex color #6331FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6331FC is #9CCE03. Grayscale: #565656. Windows color (decimal): -10276356 or 16527715. OLE color: 16527715.

HSL color Cylindrical-coordinate representation of color #6331FC: hue angle of 254.78º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6331FC is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 99 49 252 -
CMYK 0.61 0.81 0 0.01
HSL 254.78º 0.97% 0.59% -
HSV(B) 254.78º 0.81% 0.99% -
XYZ 23.81 11.88 93.13 -
YUV 87.09 221.07 136.49 -
System Red Green Blue C M Y K H S L
Decimal 99 49 252 0.61 0.81 0 0.01 254.78 0.97 0.59
Hex 63 31 FC 3D 51 0 1 FF 61 3B
Octal 143 61 374 75 121 0 1 377 141 73
Binary 1100011 110001 11111100 111101 1010001 0 1 11111111 1100001 111011

Color Harmonies of #6331FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6331FC

Black with #6331FC

Text Example


Text Example

White with #6331FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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