Html Css Color HEX #641AD1 Purple Heart

📋 copy color: '#641AD1'

red 100 ◦ green 26 ◦ blue 209

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

Shades of Purple Heart #641AD1

Tints of Purple Heart #641AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 62.39%

R = 29.85%
G = 7.76%
B = 62.39%

CMYK

 C value IS 0.52

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#641AD1 (or 0x641AD1) is known color: Purple Heart. HEX triplet: 64, 1A and D1. RGB value is (100,26,209). Sum of RGB (Red+Green+Blue) = 100+26+209=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 26 (10.55% from 255 or 7.76% from 335); Blue value is 209 (82.03% from 255 or 62.39% from 335); Max value from RGB is 209 - color contains mainly: blue. Hex color #641AD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641AD1 is #9BE52E. Grayscale: #444444. Windows color (decimal): -10216751 or 13703780. OLE color: 13703780.

HSL color Cylindrical-coordinate representation of color #641AD1: hue angle of 264.26º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #641AD1 is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 100 26 209 -
CMYK 0.52 0.88 0 0.18
HSL 264.26º 0.78% 0.46% -
HSV(B) 264.26º 0.88% 0.82% -
XYZ 17.13 8.05 60.97 -
YUV 68.99 207.02 150.12 -
System Red Green Blue C M Y K H S L
Decimal 100 26 209 0.52 0.88 0 0.18 264.26 0.78 0.46
Hex 64 1A D1 34 58 0 12 108 4E 2E
Octal 144 32 321 64 130 0 22 410 116 56
Binary 1100100 11010 11010001 110100 1011000 0 10010 100001000 1001110 101110

Color Harmonies of #641AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641AD1

Black with #641AD1

Text Example


Text Example

White with #641AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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