Html Css Color HEX #631CDB Purple Heart

📋 copy color: '#631CDB'

red 99 ◦ green 28 ◦ blue 219

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

Shades of Purple Heart #631CDB

Tints of Purple Heart #631CDB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.09%

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

R = 28.61%
G = 8.09%
B = 63.29%

CMYK

 C value IS 0.55

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#631CDB (or 0x631CDB) is known color: Purple Heart. HEX triplet: 63, 1C and DB. RGB value is (99,28,219). Sum of RGB (Red+Green+Blue) = 99+28+219=346 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.61% from 346); Green value is 28 (11.33% from 255 or 8.09% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #631CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631CDB is #9CE324. Grayscale: #464646. Windows color (decimal): -10281765 or 14359651. OLE color: 14359651.

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

Color convert

RGB 99 28 219 -
CMYK 0.55 0.87 0 0.14
HSL 262.3º 0.77% 0.48% -
HSV(B) 262.3º 0.87% 0.86% -
XYZ 18.35 8.6 67.71 -
YUV 71 211.52 147.97 -
System Red Green Blue C M Y K H S L
Decimal 99 28 219 0.55 0.87 0 0.14 262.3 0.77 0.48
Hex 63 1C DB 37 57 0 E 106 4D 30
Octal 143 34 333 67 127 0 16 406 115 60
Binary 1100011 11100 11011011 110111 1010111 0 1110 100000110 1001101 110000

Color Harmonies of #631CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631CDB

Black with #631CDB

Text Example


Text Example

White with #631CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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