Html Css Color HEX #631FAC Purple Heart

📋 copy color: '#631FAC'

red 99 ◦ green 31 ◦ blue 172

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

Shades of Purple Heart #631FAC

Tints of Purple Heart #631FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 56.95%

R = 32.78%
G = 10.26%
B = 56.95%

CMYK

 C value IS 0.42

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#631FAC (or 0x631FAC) is known color: Purple Heart. HEX triplet: 63, 1F and AC. RGB value is (99,31,172). Sum of RGB (Red+Green+Blue) = 99+31+172=302 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.78% from 302); Green value is 31 (12.5% from 255 or 10.26% from 302); Blue value is 172 (67.58% from 255 or 56.95% from 302); Max value from RGB is 172 - color contains mainly: blue. Hex color #631FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #631FAC is #9CE053. Grayscale: #424242. Windows color (decimal): -10281044 or 11280227. OLE color: 11280227.

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

Color convert

RGB 99 31 172 -
CMYK 0.42 0.82 0 0.33
HSL 268.94º 0.69% 0.4% -
HSV(B) 268.94º 0.82% 0.67% -
XYZ 13.08 6.61 39.62 -
YUV 67.41 187.03 150.54 -
System Red Green Blue C M Y K H S L
Decimal 99 31 172 0.42 0.82 0 0.33 268.94 0.69 0.4
Hex 63 1F AC 2A 52 0 21 10D 45 28
Octal 143 37 254 52 122 0 41 415 105 50
Binary 1100011 11111 10101100 101010 1010010 0 100001 100001101 1000101 101000

Color Harmonies of #631FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631FAC

Black with #631FAC

Text Example


Text Example

White with #631FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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