Html Css Color HEX #631EAA Purple Heart

📋 copy color: '#631EAA'

red 99 ◦ green 30 ◦ blue 170

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

Shades of Purple Heart #631EAA

Tints of Purple Heart #631EAA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.03%

 BLUE value IS 170 (66.8% from 255) = 56.86%

R = 33.11%
G = 10.03%
B = 56.86%

CMYK

 C value IS 0.42

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#631EAA (or 0x631EAA) is known color: Purple Heart. HEX triplet: 63, 1E and AA. RGB value is (99,30,170). Sum of RGB (Red+Green+Blue) = 99+30+170=299 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.11% from 299); Green value is 30 (12.11% from 255 or 10.03% from 299); Blue value is 170 (66.80% from 255 or 56.86% from 299); Max value from RGB is 170 - color contains mainly: blue. Hex color #631EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #631EAA is #9CE155. Grayscale: #424242. Windows color (decimal): -10281302 or 11148899. OLE color: 11148899.

HSL color Cylindrical-coordinate representation of color #631EAA: hue angle of 269.57º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #631EAA is Cyan = 0.42, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 99 30 170 -
CMYK 0.42 0.82 0 0.33
HSL 269.57º 0.7% 0.39% -
HSV(B) 269.57º 0.82% 0.67% -
XYZ 12.87 6.48 38.6 -
YUV 66.59 186.36 151.12 -
System Red Green Blue C M Y K H S L
Decimal 99 30 170 0.42 0.82 0 0.33 269.57 0.7 0.39
Hex 63 1E AA 2A 52 0 21 10E 46 27
Octal 143 36 252 52 122 0 41 416 106 47
Binary 1100011 11110 10101010 101010 1010010 0 100001 100001110 1000110 100111

Color Harmonies of #631EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631EAA

Black with #631EAA

Text Example


Text Example

White with #631EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,30,170); }

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

background-color css

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

 a { background-color: rgb(99,30,170); }

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

border-color css

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

 span { border-color: rgb(99,30,170); }

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