Html Css Color HEX #631FA5 Purple Heart

📋 copy color: '#631FA5'

red 99 ◦ green 31 ◦ blue 165

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

Shades of Purple Heart #631FA5

Tints of Purple Heart #631FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 55.93%

R = 33.56%
G = 10.51%
B = 55.93%

CMYK

 C value IS 0.40

 M value IS 0.81

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#631FA5 (or 0x631FA5) is known color: Purple Heart. HEX triplet: 63, 1F and A5. RGB value is (99,31,165). Sum of RGB (Red+Green+Blue) = 99+31+165=295 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.56% from 295); Green value is 31 (12.5% from 255 or 10.51% from 295); Blue value is 165 (64.84% from 255 or 55.93% from 295); Max value from RGB is 165 - color contains mainly: blue. Hex color #631FA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #631FA5 is #9CE05A. Grayscale: #424242. Windows color (decimal): -10281051 or 10821475. OLE color: 10821475.

HSL color Cylindrical-coordinate representation of color #631FA5: hue angle of 270.45º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #631FA5 is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 99 31 165 -
CMYK 0.40 0.81 0 0.35
HSL 270.45º 0.68% 0.38% -
HSV(B) 270.45º 0.81% 0.65% -
XYZ 12.43 6.35 36.17 -
YUV 66.61 183.53 151.1 -
System Red Green Blue C M Y K H S L
Decimal 99 31 165 0.40 0.81 0 0.35 270.45 0.68 0.38
Hex 63 1F A5 28 51 0 23 10E 44 26
Octal 143 37 245 50 121 0 43 416 104 46
Binary 1100011 11111 10100101 101000 1010001 0 100011 100001110 1000100 100110

Color Harmonies of #631FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631FA5

Black with #631FA5

Text Example


Text Example

White with #631FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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