Html Css Color HEX #641DDF Purple Heart

📋 copy color: '#641DDF'

red 100 ◦ green 29 ◦ blue 223

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

Shades of Purple Heart #641DDF

Tints of Purple Heart #641DDF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.24%

 BLUE value IS 223 (87.5% from 255) = 63.35%

R = 28.41%
G = 8.24%
B = 63.35%

CMYK

 C value IS 0.55

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#641DDF (or 0x641DDF) is known color: Purple Heart. HEX triplet: 64, 1D and DF. RGB value is (100,29,223). Sum of RGB (Red+Green+Blue) = 100+29+223=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 29 (11.72% from 255 or 8.24% from 352); Blue value is 223 (87.5% from 255 or 63.35% from 352); Max value from RGB is 223 - color contains mainly: blue. Hex color #641DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641DDF is #9BE220. Grayscale: #474747. Windows color (decimal): -10215969 or 14622052. OLE color: 14622052.

HSL color Cylindrical-coordinate representation of color #641DDF: hue angle of 261.96º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #641DDF is Cyan = 0.55, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 29 223 -
CMYK 0.55 0.87 0 0.13
HSL 261.96º 0.77% 0.49% -
HSV(B) 261.96º 0.87% 0.87% -
XYZ 19.01 8.92 70.53 -
YUV 72.35 213.02 147.73 -
System Red Green Blue C M Y K H S L
Decimal 100 29 223 0.55 0.87 0 0.13 261.96 0.77 0.49
Hex 64 1D DF 37 57 0 D 106 4D 31
Octal 144 35 337 67 127 0 15 406 115 61
Binary 1100100 11101 11011111 110111 1010111 0 1101 100000110 1001101 110001

Color Harmonies of #641DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641DDF

Black with #641DDF

Text Example


Text Example

White with #641DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,29,223); }

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

background-color css

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

 a { background-color: rgb(100,29,223); }

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

border-color css

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

 span { border-color: rgb(100,29,223); }

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