Html Css Color HEX #641CD0 Purple Heart

📋 copy color: '#641CD0'

red 100 ◦ green 28 ◦ blue 208

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

Shades of Purple Heart #641CD0

Tints of Purple Heart #641CD0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.33%

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

R = 29.76%
G = 8.33%
B = 61.9%

CMYK

 C value IS 0.52

 M value IS 0.87

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#641CD0 (or 0x641CD0) is known color: Purple Heart. HEX triplet: 64, 1C and D0. RGB value is (100,28,208). Sum of RGB (Red+Green+Blue) = 100+28+208=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 28 (11.33% from 255 or 8.33% from 336); Blue value is 208 (81.64% from 255 or 61.90% from 336); Max value from RGB is 208 - color contains mainly: blue. Hex color #641CD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641CD0 is #9BE32F. Grayscale: #454545. Windows color (decimal): -10216240 or 13638756. OLE color: 13638756.

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

Color convert

RGB 100 28 208 -
CMYK 0.52 0.87 0 0.18
HSL 264º 0.76% 0.46% -
HSV(B) 264º 0.87% 0.82% -
XYZ 17.06 8.09 60.34 -
YUV 70.05 205.85 149.36 -
System Red Green Blue C M Y K H S L
Decimal 100 28 208 0.52 0.87 0 0.18 264 0.76 0.46
Hex 64 1C D0 34 57 0 12 108 4C 2E
Octal 144 34 320 64 127 0 22 410 114 56
Binary 1100100 11100 11010000 110100 1010111 0 10010 100001000 1001100 101110

Color Harmonies of #641CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641CD0

Black with #641CD0

Text Example


Text Example

White with #641CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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