Html Css Color HEX #631FDD Purple Heart

📋 copy color: '#631FDD'

red 99 ◦ green 31 ◦ blue 221

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

Shades of Purple Heart #631FDD

Tints of Purple Heart #631FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 62.96%

R = 28.21%
G = 8.83%
B = 62.96%

CMYK

 C value IS 0.55

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#631FDD (or 0x631FDD) is known color: Purple Heart. HEX triplet: 63, 1F and DD. RGB value is (99,31,221). Sum of RGB (Red+Green+Blue) = 99+31+221=351 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.21% from 351); Green value is 31 (12.5% from 255 or 8.83% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #631FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631FDD is #9CE022. Grayscale: #484848. Windows color (decimal): -10280995 or 14491491. OLE color: 14491491.

HSL color Cylindrical-coordinate representation of color #631FDD: hue angle of 261.47º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #631FDD is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 31 221 -
CMYK 0.55 0.86 0 0.13
HSL 261.47º 0.75% 0.49% -
HSV(B) 261.47º 0.86% 0.87% -
XYZ 18.69 8.85 69.13 -
YUV 72.99 211.53 146.55 -
System Red Green Blue C M Y K H S L
Decimal 99 31 221 0.55 0.86 0 0.13 261.47 0.75 0.49
Hex 63 1F DD 37 56 0 D 105 4B 31
Octal 143 37 335 67 126 0 15 405 113 61
Binary 1100011 11111 11011101 110111 1010110 0 1101 100000101 1001011 110001

Color Harmonies of #631FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631FDD

Black with #631FDD

Text Example


Text Example

White with #631FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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