Html Css Color HEX #631AD6 Purple Heart

📋 copy color: '#631AD6'

red 99 ◦ green 26 ◦ blue 214

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

Shades of Purple Heart #631AD6

Tints of Purple Heart #631AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 63.13%

R = 29.2%
G = 7.67%
B = 63.13%

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

#631AD6 (or 0x631AD6) is known color: Purple Heart. HEX triplet: 63, 1A and D6. RGB value is (99,26,214). Sum of RGB (Red+Green+Blue) = 99+26+214=339 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.20% from 339); Green value is 26 (10.55% from 255 or 7.67% from 339); Blue value is 214 (83.98% from 255 or 63.13% from 339); Max value from RGB is 214 - color contains mainly: blue. Hex color #631AD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631AD6 is #9CE529. Grayscale: #444444. Windows color (decimal): -10282282 or 14031459. OLE color: 14031459.

HSL color Cylindrical-coordinate representation of color #631AD6: hue angle of 263.3º 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 #631AD6 is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 99 26 214 -
CMYK 0.54 0.88 0 0.16
HSL 263.3º 0.78% 0.47% -
HSV(B) 263.3º 0.88% 0.84% -
XYZ 17.65 8.25 64.28 -
YUV 69.26 209.68 149.21 -
System Red Green Blue C M Y K H S L
Decimal 99 26 214 0.54 0.88 0 0.16 263.3 0.78 0.47
Hex 63 1A D6 36 58 0 10 107 4E 2F
Octal 143 32 326 66 130 0 20 407 116 57
Binary 1100011 11010 11010110 110110 1011000 0 10000 100000111 1001110 101111

Color Harmonies of #631AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631AD6

Black with #631AD6

Text Example


Text Example

White with #631AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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