Html Css Color HEX #631FE8 Han Purple

📋 copy color: '#631FE8'

red 99 ◦ green 31 ◦ blue 232

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

Shades of Han Purple #631FE8

Tints of Han Purple #631FE8

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.56%

 BLUE value IS 232 (91.02% from 255) = 64.09%

R = 27.35%
G = 8.56%
B = 64.09%

CMYK

 C value IS 0.57

 M value IS 0.87

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#631FE8 (or 0x631FE8) is known color: Han Purple. HEX triplet: 63, 1F and E8. RGB value is (99,31,232). Sum of RGB (Red+Green+Blue) = 99+31+232=362 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.35% from 362); Green value is 31 (12.5% from 255 or 8.56% from 362); Blue value is 232 (91.02% from 255 or 64.09% from 362); Max value from RGB is 232 - color contains mainly: blue. Hex color #631FE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #631FE8 is #9CE017. Grayscale: #494949. Windows color (decimal): -10280984 or 15212387. OLE color: 15212387.

HSL color Cylindrical-coordinate representation of color #631FE8: hue angle of 260.3º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #631FE8 is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 99 31 232 -
CMYK 0.57 0.87 0 0.09
HSL 260.3º 0.81% 0.52% -
HSV(B) 260.3º 0.87% 0.91% -
XYZ 20.2 9.46 77.1 -
YUV 74.25 217.03 145.66 -
System Red Green Blue C M Y K H S L
Decimal 99 31 232 0.57 0.87 0 0.09 260.3 0.81 0.52
Hex 63 1F E8 39 57 0 9 104 51 34
Octal 143 37 350 71 127 0 11 404 121 64
Binary 1100011 11111 11101000 111001 1010111 0 1001 100000100 1010001 110100

Color Harmonies of #631FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631FE8

Black with #631FE8

Text Example


Text Example

White with #631FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,31,232); }

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

background-color css

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

 a { background-color: rgb(99,31,232); }

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

border-color css

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

 span { border-color: rgb(99,31,232); }

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