Html Css Color HEX #6330FC Han Purple

📋 copy color: '#6330FC'

red 99 ◦ green 48 ◦ blue 252

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

Shades of Han Purple #6330FC

Tints of Han Purple #6330FC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.03%

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

R = 24.81%
G = 12.03%
B = 63.16%

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

#6330FC (or 0x6330FC) is known color: Han Purple. HEX triplet: 63, 30 and FC. RGB value is (99,48,252). Sum of RGB (Red+Green+Blue) = 99+48+252=399 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.81% from 399); Green value is 48 (19.14% from 255 or 12.03% from 399); Blue value is 252 (98.83% from 255 or 63.16% from 399); Max value from RGB is 252 - color contains mainly: blue. Hex color #6330FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6330FC is #9CCF03. Grayscale: #555555. Windows color (decimal): -10276612 or 16527459. OLE color: 16527459.

HSL color Cylindrical-coordinate representation of color #6330FC: hue angle of 255º 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 #6330FC is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 99 48 252 -
CMYK 0.61 0.81 0 0.01
HSL 255º 0.97% 0.59% -
HSV(B) 255º 0.81% 0.99% -
XYZ 23.77 11.79 93.12 -
YUV 86.51 221.4 136.91 -
System Red Green Blue C M Y K H S L
Decimal 99 48 252 0.61 0.81 0 0.01 255 0.97 0.59
Hex 63 30 FC 3D 51 0 1 FF 61 3B
Octal 143 60 374 75 121 0 1 377 141 73
Binary 1100011 110000 11111100 111101 1010001 0 1 11111111 1100001 111011

Color Harmonies of #6330FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6330FC

Black with #6330FC

Text Example


Text Example

White with #6330FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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