Html Css Color HEX #631BEA Han Purple

📋 copy color: '#631BEA'

red 99 ◦ green 27 ◦ blue 234

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

Shades of Han Purple #631BEA

Tints of Han Purple #631BEA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.5%

 BLUE value IS 234 (91.8% from 255) = 65%

R = 27.5%
G = 7.5%
B = 65%

CMYK

 C value IS 0.58

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#631BEA (or 0x631BEA) is known color: Han Purple. HEX triplet: 63, 1B and EA. RGB value is (99,27,234). Sum of RGB (Red+Green+Blue) = 99+27+234=360 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.5% from 360); Green value is 27 (10.94% from 255 or 7.5% from 360); Blue value is 234 (91.80% from 255 or 65% from 360); Max value from RGB is 234 - color contains mainly: blue. Hex color #631BEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #631BEA is #9CE415. Grayscale: #474747. Windows color (decimal): -10282006 or 15342435. OLE color: 15342435.

HSL color Cylindrical-coordinate representation of color #631BEA: hue angle of 260.87º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #631BEA is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 99 27 234 -
CMYK 0.58 0.88 0 0.08
HSL 260.87º 0.83% 0.51% -
HSV(B) 260.87º 0.88% 0.92% -
XYZ 20.39 9.38 78.58 -
YUV 72.13 219.35 147.17 -
System Red Green Blue C M Y K H S L
Decimal 99 27 234 0.58 0.88 0 0.08 260.87 0.83 0.51
Hex 63 1B EA 3A 58 0 8 105 53 33
Octal 143 33 352 72 130 0 10 405 123 63
Binary 1100011 11011 11101010 111010 1011000 0 1000 100000101 1010011 110011

Color Harmonies of #631BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631BEA

Black with #631BEA

Text Example


Text Example

White with #631BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,27,234); }

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

background-color css

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

 a { background-color: rgb(99,27,234); }

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

border-color css

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

 span { border-color: rgb(99,27,234); }

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