Html Css Color HEX #641ADB Purple Heart

📋 copy color: '#641ADB'

red 100 ◦ green 26 ◦ blue 219

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

Shades of Purple Heart #641ADB

Tints of Purple Heart #641ADB

RGB

 RED value IS 100 (39.45% from 255) = 28.99%

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

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

R = 28.99%
G = 7.54%
B = 63.48%

CMYK

 C value IS 0.54

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#641ADB (or 0x641ADB) is known color: Purple Heart. HEX triplet: 64, 1A and DB. RGB value is (100,26,219). Sum of RGB (Red+Green+Blue) = 100+26+219=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 26 (10.55% from 255 or 7.54% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #641ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641ADB is #9BE524. Grayscale: #454545. Windows color (decimal): -10216741 or 14359140. OLE color: 14359140.

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

Color convert

RGB 100 26 219 -
CMYK 0.54 0.88 0 0.14
HSL 263.01º 0.79% 0.48% -
HSV(B) 263.01º 0.88% 0.86% -
XYZ 18.41 8.56 67.7 -
YUV 70.13 212.02 149.31 -
System Red Green Blue C M Y K H S L
Decimal 100 26 219 0.54 0.88 0 0.14 263.01 0.79 0.48
Hex 64 1A DB 36 58 0 E 107 4F 30
Octal 144 32 333 66 130 0 16 407 117 60
Binary 1100100 11010 11011011 110110 1011000 0 1110 100000111 1001111 110000

Color Harmonies of #641ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641ADB

Black with #641ADB

Text Example


Text Example

White with #641ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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