Html Css Color HEX #631CFC Han Purple

📋 copy color: '#631CFC'

red 99 ◦ green 28 ◦ blue 252

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

Shades of Han Purple #631CFC

Tints of Han Purple #631CFC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.39%

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

R = 26.12%
G = 7.39%
B = 66.49%

CMYK

 C value IS 0.61

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#631CFC (or 0x631CFC) is known color: Han Purple. HEX triplet: 63, 1C and FC. RGB value is (99,28,252). Sum of RGB (Red+Green+Blue) = 99+28+252=379 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.12% from 379); Green value is 28 (11.33% from 255 or 7.39% from 379); Blue value is 252 (98.83% from 255 or 66.49% from 379); Max value from RGB is 252 - color contains mainly: blue. Hex color #631CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #631CFC is #9CE303. Grayscale: #494949. Windows color (decimal): -10281732 or 16522339. OLE color: 16522339.

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

Color convert

RGB 99 28 252 -
CMYK 0.61 0.89 0 0.01
HSL 259.02º 0.97% 0.55% -
HSV(B) 259.02º 0.89% 0.99% -
XYZ 23.13 10.51 92.91 -
YUV 74.77 228.02 145.29 -
System Red Green Blue C M Y K H S L
Decimal 99 28 252 0.61 0.89 0 0.01 259.02 0.97 0.55
Hex 63 1C FC 3D 59 0 1 103 61 37
Octal 143 34 374 75 131 0 1 403 141 67
Binary 1100011 11100 11111100 111101 1011001 0 1 100000011 1100001 110111

Color Harmonies of #631CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631CFC

Black with #631CFC

Text Example


Text Example

White with #631CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631CFC; }

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

 H1.HeaderClassName
 {
   color: #631CFC;
 }
 .AnyTagClassName
 {
   color: #631CFC;
 }
</style>

background-color css

<style>
 a { background-color: #631CFC; }

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

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

border-color css

<style>
 span { border-color: #631CFC; }

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

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