Html Css Color HEX #631AAD Purple Heart

📋 copy color: '#631AAD'

red 99 ◦ green 26 ◦ blue 173

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

Shades of Purple Heart #631AAD

Tints of Purple Heart #631AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 58.05%

R = 33.22%
G = 8.72%
B = 58.05%

CMYK

 C value IS 0.43

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#631AAD (or 0x631AAD) is known color: Purple Heart. HEX triplet: 63, 1A and AD. RGB value is (99,26,173). Sum of RGB (Red+Green+Blue) = 99+26+173=298 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.22% from 298); Green value is 26 (10.55% from 255 or 8.72% from 298); Blue value is 173 (67.97% from 255 or 58.05% from 298); Max value from RGB is 173 - color contains mainly: blue. Hex color #631AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #631AAD is #9CE552. Grayscale: #404040. Windows color (decimal): -10282323 or 11344483. OLE color: 11344483.

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

Color convert

RGB 99 26 173 -
CMYK 0.43 0.85 0 0.32
HSL 269.8º 0.74% 0.39% -
HSV(B) 269.8º 0.85% 0.68% -
XYZ 13.06 6.41 40.08 -
YUV 64.59 189.18 152.55 -
System Red Green Blue C M Y K H S L
Decimal 99 26 173 0.43 0.85 0 0.32 269.8 0.74 0.39
Hex 63 1A AD 2B 55 0 20 10E 4A 27
Octal 143 32 255 53 125 0 40 416 112 47
Binary 1100011 11010 10101101 101011 1010101 0 100000 100001110 1001010 100111

Color Harmonies of #631AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631AAD

Black with #631AAD

Text Example


Text Example

White with #631AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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