Html Css Color HEX #631AD7 Purple Heart

📋 copy color: '#631AD7'

red 99 ◦ green 26 ◦ blue 215

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

Shades of Purple Heart #631AD7

Tints of Purple Heart #631AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 63.24%

R = 29.12%
G = 7.65%
B = 63.24%

CMYK

 C value IS 0.54

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#631AD7 (or 0x631AD7) is known color: Purple Heart. HEX triplet: 63, 1A and D7. RGB value is (99,26,215). Sum of RGB (Red+Green+Blue) = 99+26+215=340 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.12% from 340); Green value is 26 (10.55% from 255 or 7.65% from 340); Blue value is 215 (84.38% from 255 or 63.24% from 340); Max value from RGB is 215 - color contains mainly: blue. Hex color #631AD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631AD7 is #9CE528. Grayscale: #444444. Windows color (decimal): -10282281 or 14096995. OLE color: 14096995.

HSL color Cylindrical-coordinate representation of color #631AD7: hue angle of 263.17º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #631AD7 is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 99 26 215 -
CMYK 0.54 0.88 0 0.16
HSL 263.17º 0.78% 0.47% -
HSV(B) 263.17º 0.88% 0.84% -
XYZ 17.78 8.3 64.95 -
YUV 69.37 210.18 149.13 -
System Red Green Blue C M Y K H S L
Decimal 99 26 215 0.54 0.88 0 0.16 263.17 0.78 0.47
Hex 63 1A D7 36 58 0 10 107 4E 2F
Octal 143 32 327 66 130 0 20 407 116 57
Binary 1100011 11010 11010111 110110 1011000 0 10000 100000111 1001110 101111

Color Harmonies of #631AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631AD7

Black with #631AD7

Text Example


Text Example

White with #631AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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