Html Css Color HEX #631AAB Purple Heart

📋 copy color: '#631AAB'

red 99 ◦ green 26 ◦ blue 171

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

Shades of Purple Heart #631AAB

Tints of Purple Heart #631AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 57.77%

R = 33.45%
G = 8.78%
B = 57.77%

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

#631AAB (or 0x631AAB) is known color: Purple Heart. HEX triplet: 63, 1A and AB. RGB value is (99,26,171). Sum of RGB (Red+Green+Blue) = 99+26+171=296 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.45% from 296); Green value is 26 (10.55% from 255 or 8.78% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #631AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #631AAB is #9CE554. Grayscale: #3F3F3F. Windows color (decimal): -10282325 or 11213411. OLE color: 11213411.

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

Color convert

RGB 99 26 171 -
CMYK 0.42 0.85 0 0.33
HSL 270.21º 0.74% 0.39% -
HSV(B) 270.21º 0.85% 0.67% -
XYZ 12.87 6.33 39.07 -
YUV 64.36 188.18 152.71 -
System Red Green Blue C M Y K H S L
Decimal 99 26 171 0.42 0.85 0 0.33 270.21 0.74 0.39
Hex 63 1A AB 2A 55 0 21 10E 4A 27
Octal 143 32 253 52 125 0 41 416 112 47
Binary 1100011 11010 10101011 101010 1010101 0 100001 100001110 1001010 100111

Color Harmonies of #631AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631AAB

Black with #631AAB

Text Example


Text Example

White with #631AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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