Html Css Color HEX #641FDC Purple Heart

📋 copy color: '#641FDC'

red 100 ◦ green 31 ◦ blue 220

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

Shades of Purple Heart #641FDC

Tints of Purple Heart #641FDC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.83%

 BLUE value IS 220 (86.33% from 255) = 62.68%

R = 28.49%
G = 8.83%
B = 62.68%

CMYK

 C value IS 0.55

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#641FDC (or 0x641FDC) is known color: Purple Heart. HEX triplet: 64, 1F and DC. RGB value is (100,31,220). Sum of RGB (Red+Green+Blue) = 100+31+220=351 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.49% from 351); Green value is 31 (12.5% from 255 or 8.83% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #641FDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641FDC is #9BE023. Grayscale: #484848. Windows color (decimal): -10215460 or 14425956. OLE color: 14425956.

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

Color convert

RGB 100 31 220 -
CMYK 0.55 0.86 0 0.14
HSL 261.9º 0.75% 0.49% -
HSV(B) 261.9º 0.86% 0.86% -
XYZ 18.66 8.86 68.44 -
YUV 73.18 210.86 147.13 -
System Red Green Blue C M Y K H S L
Decimal 100 31 220 0.55 0.86 0 0.14 261.9 0.75 0.49
Hex 64 1F DC 37 56 0 E 106 4B 31
Octal 144 37 334 67 126 0 16 406 113 61
Binary 1100100 11111 11011100 110111 1010110 0 1110 100000110 1001011 110001

Color Harmonies of #641FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641FDC

Black with #641FDC

Text Example


Text Example

White with #641FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,31,220); }

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

background-color css

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

 a { background-color: rgb(100,31,220); }

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

border-color css

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

 span { border-color: rgb(100,31,220); }

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