Html Css Color HEX #641DD0 Purple Heart

📋 copy color: '#641DD0'

red 100 ◦ green 29 ◦ blue 208

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

Shades of Purple Heart #641DD0

Tints of Purple Heart #641DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 61.72%

R = 29.67%
G = 8.61%
B = 61.72%

CMYK

 C value IS 0.52

 M value IS 0.86

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#641DD0 (or 0x641DD0) is known color: Purple Heart. HEX triplet: 64, 1D and D0. RGB value is (100,29,208). Sum of RGB (Red+Green+Blue) = 100+29+208=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 29 (11.72% from 255 or 8.61% from 337); Blue value is 208 (81.64% from 255 or 61.72% from 337); Max value from RGB is 208 - color contains mainly: blue. Hex color #641DD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641DD0 is #9BE22F. Grayscale: #454545. Windows color (decimal): -10215984 or 13639012. OLE color: 13639012.

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

Color convert

RGB 100 29 208 -
CMYK 0.52 0.86 0 0.18
HSL 263.8º 0.76% 0.46% -
HSV(B) 263.8º 0.86% 0.82% -
XYZ 17.08 8.14 60.35 -
YUV 70.64 205.52 148.95 -
System Red Green Blue C M Y K H S L
Decimal 100 29 208 0.52 0.86 0 0.18 263.8 0.76 0.46
Hex 64 1D D0 34 56 0 12 108 4C 2E
Octal 144 35 320 64 126 0 22 410 114 56
Binary 1100100 11101 11010000 110100 1010110 0 10010 100001000 1001100 101110

Color Harmonies of #641DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641DD0

Black with #641DD0

Text Example


Text Example

White with #641DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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