Html Css Color HEX #631EDB Purple Heart

📋 copy color: '#631EDB'

red 99 ◦ green 30 ◦ blue 219

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

Shades of Purple Heart #631EDB

Tints of Purple Heart #631EDB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.62%

 BLUE value IS 219 (85.94% from 255) = 62.93%

R = 28.45%
G = 8.62%
B = 62.93%

CMYK

 C value IS 0.55

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#631EDB (or 0x631EDB) is known color: Purple Heart. HEX triplet: 63, 1E and DB. RGB value is (99,30,219). Sum of RGB (Red+Green+Blue) = 99+30+219=348 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.45% from 348); Green value is 30 (12.11% from 255 or 8.62% from 348); Blue value is 219 (85.94% from 255 or 62.93% from 348); Max value from RGB is 219 - color contains mainly: blue. Hex color #631EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631EDB is #9CE124. Grayscale: #474747. Windows color (decimal): -10281253 or 14360163. OLE color: 14360163.

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

Color convert

RGB 99 30 219 -
CMYK 0.55 0.86 0 0.14
HSL 261.9º 0.76% 0.49% -
HSV(B) 261.9º 0.86% 0.86% -
XYZ 18.4 8.7 67.73 -
YUV 72.18 210.86 147.13 -
System Red Green Blue C M Y K H S L
Decimal 99 30 219 0.55 0.86 0 0.14 261.9 0.76 0.49
Hex 63 1E DB 37 56 0 E 106 4C 31
Octal 143 36 333 67 126 0 16 406 114 61
Binary 1100011 11110 11011011 110111 1010110 0 1110 100000110 1001100 110001

Color Harmonies of #631EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631EDB

Black with #631EDB

Text Example


Text Example

White with #631EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,30,219); }

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

background-color css

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

 a { background-color: rgb(99,30,219); }

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

border-color css

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

 span { border-color: rgb(99,30,219); }

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