Html Css Color HEX #631DAE Purple Heart

📋 copy color: '#631DAE'

red 99 ◦ green 29 ◦ blue 174

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

Shades of Purple Heart #631DAE

Tints of Purple Heart #631DAE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.6%

 BLUE value IS 174 (68.36% from 255) = 57.62%

R = 32.78%
G = 9.6%
B = 57.62%

CMYK

 C value IS 0.43

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#631DAE (or 0x631DAE) is known color: Purple Heart. HEX triplet: 63, 1D and AE. RGB value is (99,29,174). Sum of RGB (Red+Green+Blue) = 99+29+174=302 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.78% from 302); Green value is 29 (11.72% from 255 or 9.60% from 302); Blue value is 174 (68.36% from 255 or 57.62% from 302); Max value from RGB is 174 - color contains mainly: blue. Hex color #631DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #631DAE is #9CE251. Grayscale: #414141. Windows color (decimal): -10281554 or 11410787. OLE color: 11410787.

HSL color Cylindrical-coordinate representation of color #631DAE: hue angle of 268.97º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #631DAE is Cyan = 0.43, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 99 29 174 -
CMYK 0.43 0.83 0 0.32
HSL 268.97º 0.71% 0.4% -
HSV(B) 268.97º 0.83% 0.68% -
XYZ 13.22 6.59 40.62 -
YUV 66.46 188.69 151.21 -
System Red Green Blue C M Y K H S L
Decimal 99 29 174 0.43 0.83 0 0.32 268.97 0.71 0.4
Hex 63 1D AE 2B 53 0 20 10D 47 28
Octal 143 35 256 53 123 0 40 415 107 50
Binary 1100011 11101 10101110 101011 1010011 0 100000 100001101 1000111 101000

Color Harmonies of #631DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631DAE

Black with #631DAE

Text Example


Text Example

White with #631DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,29,174); }

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

background-color css

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

 a { background-color: rgb(99,29,174); }

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

border-color css

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

 span { border-color: rgb(99,29,174); }

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