Html Css Color HEX #631CEA Han Purple

📋 copy color: '#631CEA'

red 99 ◦ green 28 ◦ blue 234

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

Shades of Han Purple #631CEA

Tints of Han Purple #631CEA

RGB

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

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

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

R = 27.42%
G = 7.76%
B = 64.82%

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

#631CEA (or 0x631CEA) is known color: Han Purple. HEX triplet: 63, 1C and EA. RGB value is (99,28,234). Sum of RGB (Red+Green+Blue) = 99+28+234=361 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.42% from 361); Green value is 28 (11.33% from 255 or 7.76% from 361); Blue value is 234 (91.80% from 255 or 64.82% from 361); Max value from RGB is 234 - color contains mainly: blue. Hex color #631CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #631CEA is #9CE315. Grayscale: #474747. Windows color (decimal): -10281750 or 15342691. OLE color: 15342691.

HSL color Cylindrical-coordinate representation of color #631CEA: hue angle of 260.68º 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 #631CEA is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 99 28 234 -
CMYK 0.58 0.88 0 0.08
HSL 260.68º 0.83% 0.51% -
HSV(B) 260.68º 0.88% 0.92% -
XYZ 20.41 9.42 78.59 -
YUV 72.71 219.02 146.75 -
System Red Green Blue C M Y K H S L
Decimal 99 28 234 0.58 0.88 0 0.08 260.68 0.83 0.51
Hex 63 1C EA 3A 58 0 8 105 53 33
Octal 143 34 352 72 130 0 10 405 123 63
Binary 1100011 11100 11101010 111010 1011000 0 1000 100000101 1010011 110011

Color Harmonies of #631CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631CEA

Black with #631CEA

Text Example


Text Example

White with #631CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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