Html Css Color HEX #631ADB Purple Heart

📋 copy color: '#631ADB'

red 99 ◦ green 26 ◦ blue 219

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

Shades of Purple Heart #631ADB

Tints of Purple Heart #631ADB

RGB

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

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

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

R = 28.78%
G = 7.56%
B = 63.66%

CMYK

 C value IS 0.55

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#631ADB (or 0x631ADB) is known color: Purple Heart. HEX triplet: 63, 1A and DB. RGB value is (99,26,219). Sum of RGB (Red+Green+Blue) = 99+26+219=344 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.78% from 344); Green value is 26 (10.55% from 255 or 7.56% from 344); Blue value is 219 (85.94% from 255 or 63.66% from 344); Max value from RGB is 219 - color contains mainly: blue. Hex color #631ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631ADB is #9CE524. Grayscale: #454545. Windows color (decimal): -10282277 or 14359139. OLE color: 14359139.

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

Color convert

RGB 99 26 219 -
CMYK 0.55 0.88 0 0.14
HSL 262.69º 0.79% 0.48% -
HSV(B) 262.69º 0.88% 0.86% -
XYZ 18.3 8.51 67.7 -
YUV 69.83 212.18 148.81 -
System Red Green Blue C M Y K H S L
Decimal 99 26 219 0.55 0.88 0 0.14 262.69 0.79 0.48
Hex 63 1A DB 37 58 0 E 107 4F 30
Octal 143 32 333 67 130 0 16 407 117 60
Binary 1100011 11010 11011011 110111 1011000 0 1110 100000111 1001111 110000

Color Harmonies of #631ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631ADB

Black with #631ADB

Text Example


Text Example

White with #631ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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