Html Css Color HEX #643DDC Purple Heart

📋 copy color: '#643DDC'

red 100 ◦ green 61 ◦ blue 220

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

Shades of Purple Heart #643DDC

Tints of Purple Heart #643DDC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.01%

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

R = 26.25%
G = 16.01%
B = 57.74%

CMYK

 C value IS 0.55

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#643DDC (or 0x643DDC) is known color: Purple Heart. HEX triplet: 64, 3D and DC. RGB value is (100,61,220). Sum of RGB (Red+Green+Blue) = 100+61+220=381 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.25% from 381); Green value is 61 (24.22% from 255 or 16.01% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #643DDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643DDC is #9BC223. Grayscale: #5A5A5A. Windows color (decimal): -10207780 or 14433636. OLE color: 14433636.

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

Color convert

RGB 100 61 220 -
CMYK 0.55 0.72 0 0.14
HSL 254.72º 0.69% 0.55% -
HSV(B) 254.72º 0.72% 0.86% -
XYZ 19.84 11.21 68.83 -
YUV 90.79 200.92 134.57 -
System Red Green Blue C M Y K H S L
Decimal 100 61 220 0.55 0.72 0 0.14 254.72 0.69 0.55
Hex 64 3D DC 37 48 0 E FF 45 37
Octal 144 75 334 67 110 0 16 377 105 67
Binary 1100100 111101 11011100 110111 1001000 0 1110 11111111 1000101 110111

Color Harmonies of #643DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643DDC

Black with #643DDC

Text Example


Text Example

White with #643DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643DDC; }

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

 H1.HeaderClassName
 {
   color: #643DDC;
 }
 .AnyTagClassName
 {
   color: #643DDC;
 }
</style>

background-color css

<style>
 a { background-color: #643DDC; }

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

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

border-color css

<style>
 span { border-color: #643DDC; }

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

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