Html Css Color HEX #631AAA Purple Heart

📋 copy color: '#631AAA'

red 99 ◦ green 26 ◦ blue 170

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

Shades of Purple Heart #631AAA

Tints of Purple Heart #631AAA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.81%

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

R = 33.56%
G = 8.81%
B = 57.63%

CMYK

 C value IS 0.42

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#631AAA (or 0x631AAA) is known color: Purple Heart. HEX triplet: 63, 1A and AA. RGB value is (99,26,170). Sum of RGB (Red+Green+Blue) = 99+26+170=295 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.56% from 295); Green value is 26 (10.55% from 255 or 8.81% from 295); Blue value is 170 (66.80% from 255 or 57.63% from 295); Max value from RGB is 170 - color contains mainly: blue. Hex color #631AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #631AAA is #9CE555. Grayscale: #3F3F3F. Windows color (decimal): -10282326 or 11147875. OLE color: 11147875.

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

Color convert

RGB 99 26 170 -
CMYK 0.42 0.85 0 0.33
HSL 270.42º 0.73% 0.38% -
HSV(B) 270.42º 0.85% 0.67% -
XYZ 12.77 6.29 38.57 -
YUV 64.24 187.68 152.79 -
System Red Green Blue C M Y K H S L
Decimal 99 26 170 0.42 0.85 0 0.33 270.42 0.73 0.38
Hex 63 1A AA 2A 55 0 21 10E 49 26
Octal 143 32 252 52 125 0 41 416 111 46
Binary 1100011 11010 10101010 101010 1010101 0 100001 100001110 1001001 100110

Color Harmonies of #631AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631AAA

Black with #631AAA

Text Example


Text Example

White with #631AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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