Html Css Color HEX #640DD0 Purple Heart

📋 copy color: '#640DD0'

red 100 ◦ green 13 ◦ blue 208

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

Shades of Purple Heart #640DD0

Tints of Purple Heart #640DD0

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.05%

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

R = 31.15%
G = 4.05%
B = 64.8%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#640DD0 (or 0x640DD0) is known color: Purple Heart. HEX triplet: 64, 0D and D0. RGB value is (100,13,208). Sum of RGB (Red+Green+Blue) = 100+13+208=321 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.15% from 321); Green value is 13 (5.47% from 255 or 4.05% from 321); Blue value is 208 (81.64% from 255 or 64.80% from 321); Max value from RGB is 208 - color contains mainly: blue. Hex color #640DD0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640DD0 is #9BF22F. Grayscale: #3C3C3C. Windows color (decimal): -10220080 or 13634916. OLE color: 13634916.

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

Color convert

RGB 100 13 208 -
CMYK 0.52 0.94 0 0.18
HSL 266.77º 0.88% 0.43% -
HSV(B) 266.77º 0.94% 0.82% -
XYZ 16.78 7.55 60.25 -
YUV 61.24 210.82 155.64 -
System Red Green Blue C M Y K H S L
Decimal 100 13 208 0.52 0.94 0 0.18 266.77 0.88 0.43
Hex 64 D D0 34 5E 0 12 10B 58 2B
Octal 144 15 320 64 136 0 22 413 130 53
Binary 1100100 1101 11010000 110100 1011110 0 10010 100001011 1011000 101011

Color Harmonies of #640DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640DD0

Black with #640DD0

Text Example


Text Example

White with #640DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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