Html Css Color HEX #641ED0 Purple Heart

📋 copy color: '#641ED0'

red 100 ◦ green 30 ◦ blue 208

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

Shades of Purple Heart #641ED0

Tints of Purple Heart #641ED0

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.88%

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

R = 29.59%
G = 8.88%
B = 61.54%

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

#641ED0 (or 0x641ED0) is known color: Purple Heart. HEX triplet: 64, 1E and D0. RGB value is (100,30,208). Sum of RGB (Red+Green+Blue) = 100+30+208=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 30 (12.11% from 255 or 8.88% from 338); Blue value is 208 (81.64% from 255 or 61.54% from 338); Max value from RGB is 208 - color contains mainly: blue. Hex color #641ED0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641ED0 is #9BE12F. Grayscale: #464646. Windows color (decimal): -10215728 or 13639268. OLE color: 13639268.

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

Color convert

RGB 100 30 208 -
CMYK 0.52 0.86 0 0.18
HSL 263.6º 0.75% 0.47% -
HSV(B) 263.6º 0.86% 0.82% -
XYZ 17.1 8.19 60.35 -
YUV 71.22 205.19 148.53 -
System Red Green Blue C M Y K H S L
Decimal 100 30 208 0.52 0.86 0 0.18 263.6 0.75 0.47
Hex 64 1E D0 34 56 0 12 108 4B 2F
Octal 144 36 320 64 126 0 22 410 113 57
Binary 1100100 11110 11010000 110100 1010110 0 10010 100001000 1001011 101111

Color Harmonies of #641ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641ED0

Black with #641ED0

Text Example


Text Example

White with #641ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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