Html Css Color HEX #631ADE Han Purple

📋 copy color: '#631ADE'

red 99 ◦ green 26 ◦ blue 222

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

Shades of Han Purple #631ADE

Tints of Han Purple #631ADE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.49%

 BLUE value IS 222 (87.11% from 255) = 63.98%

R = 28.53%
G = 7.49%
B = 63.98%

CMYK

 C value IS 0.55

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#631ADE (or 0x631ADE) is known color: Han Purple. HEX triplet: 63, 1A and DE. RGB value is (99,26,222). Sum of RGB (Red+Green+Blue) = 99+26+222=347 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.53% from 347); Green value is 26 (10.55% from 255 or 7.49% from 347); Blue value is 222 (87.11% from 255 or 63.98% from 347); Max value from RGB is 222 - color contains mainly: blue. Hex color #631ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631ADE is #9CE521. Grayscale: #454545. Windows color (decimal): -10282274 or 14555747. OLE color: 14555747.

HSL color Cylindrical-coordinate representation of color #631ADE: hue angle of 262.35º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #631ADE is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 26 222 -
CMYK 0.55 0.88 0 0.13
HSL 262.35º 0.79% 0.49% -
HSV(B) 262.35º 0.88% 0.87% -
XYZ 18.7 8.67 69.79 -
YUV 70.17 213.68 148.56 -
System Red Green Blue C M Y K H S L
Decimal 99 26 222 0.55 0.88 0 0.13 262.35 0.79 0.49
Hex 63 1A DE 37 58 0 D 106 4F 31
Octal 143 32 336 67 130 0 15 406 117 61
Binary 1100011 11010 11011110 110111 1011000 0 1101 100000110 1001111 110001

Color Harmonies of #631ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631ADE

Black with #631ADE

Text Example


Text Example

White with #631ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,26,222); }

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

background-color css

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

 a { background-color: rgb(99,26,222); }

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

border-color css

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

 span { border-color: rgb(99,26,222); }

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