Html Css Color HEX #641FD1 Purple Heart

📋 copy color: '#641FD1'

red 100 ◦ green 31 ◦ blue 209

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

Shades of Purple Heart #641FD1

Tints of Purple Heart #641FD1

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.12%

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

R = 29.41%
G = 9.12%
B = 61.47%

CMYK

 C value IS 0.52

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#641FD1 (or 0x641FD1) is known color: Purple Heart. HEX triplet: 64, 1F and D1. RGB value is (100,31,209). Sum of RGB (Red+Green+Blue) = 100+31+209=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 31 (12.5% from 255 or 9.12% from 340); Blue value is 209 (82.03% from 255 or 61.47% from 340); Max value from RGB is 209 - color contains mainly: blue. Hex color #641FD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641FD1 is #9BE02E. Grayscale: #474747. Windows color (decimal): -10215471 or 13705060. OLE color: 13705060.

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

Color convert

RGB 100 31 209 -
CMYK 0.52 0.85 0 0.18
HSL 263.26º 0.74% 0.47% -
HSV(B) 263.26º 0.85% 0.82% -
XYZ 17.25 8.29 61.01 -
YUV 71.92 205.36 148.03 -
System Red Green Blue C M Y K H S L
Decimal 100 31 209 0.52 0.85 0 0.18 263.26 0.74 0.47
Hex 64 1F D1 34 55 0 12 107 4A 2F
Octal 144 37 321 64 125 0 22 407 112 57
Binary 1100100 11111 11010001 110100 1010101 0 10010 100000111 1001010 101111

Color Harmonies of #641FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641FD1

Black with #641FD1

Text Example


Text Example

White with #641FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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