Html Css Color HEX #631FAD Purple Heart

📋 copy color: '#631FAD'

red 99 ◦ green 31 ◦ blue 173

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

Shades of Purple Heart #631FAD

Tints of Purple Heart #631FAD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.23%

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

R = 32.67%
G = 10.23%
B = 57.1%

CMYK

 C value IS 0.43

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#631FAD (or 0x631FAD) is known color: Purple Heart. HEX triplet: 63, 1F and AD. RGB value is (99,31,173). Sum of RGB (Red+Green+Blue) = 99+31+173=303 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.67% from 303); Green value is 31 (12.5% from 255 or 10.23% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #631FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #631FAD is #9CE052. Grayscale: #434343. Windows color (decimal): -10281043 or 11345763. OLE color: 11345763.

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

Color convert

RGB 99 31 173 -
CMYK 0.43 0.82 0 0.32
HSL 268.73º 0.7% 0.4% -
HSV(B) 268.73º 0.82% 0.68% -
XYZ 13.18 6.65 40.12 -
YUV 67.52 187.53 150.45 -
System Red Green Blue C M Y K H S L
Decimal 99 31 173 0.43 0.82 0 0.32 268.73 0.7 0.4
Hex 63 1F AD 2B 52 0 20 10D 46 28
Octal 143 37 255 53 122 0 40 415 106 50
Binary 1100011 11111 10101101 101011 1010010 0 100000 100001101 1000110 101000

Color Harmonies of #631FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631FAD

Black with #631FAD

Text Example


Text Example

White with #631FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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