Html Css Color HEX #643CDC Purple Heart

📋 copy color: '#643CDC'

red 100 ◦ green 60 ◦ blue 220

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

Shades of Purple Heart #643CDC

Tints of Purple Heart #643CDC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.79%

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

R = 26.32%
G = 15.79%
B = 57.89%

CMYK

 C value IS 0.55

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#643CDC (or 0x643CDC) is known color: Purple Heart. HEX triplet: 64, 3C and DC. RGB value is (100,60,220). Sum of RGB (Red+Green+Blue) = 100+60+220=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 60 (23.83% from 255 or 15.79% from 380); Blue value is 220 (86.33% from 255 or 57.89% from 380); Max value from RGB is 220 - color contains mainly: blue. Hex color #643CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643CDC is #9BC323. Grayscale: #595959. Windows color (decimal): -10208036 or 14433380. OLE color: 14433380.

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

Color convert

RGB 100 60 220 -
CMYK 0.55 0.73 0 0.14
HSL 255º 0.7% 0.55% -
HSV(B) 255º 0.73% 0.86% -
XYZ 19.79 11.11 68.81 -
YUV 90.2 201.25 134.99 -
System Red Green Blue C M Y K H S L
Decimal 100 60 220 0.55 0.73 0 0.14 255 0.7 0.55
Hex 64 3C DC 37 49 0 E FF 46 37
Octal 144 74 334 67 111 0 16 377 106 67
Binary 1100100 111100 11011100 110111 1001001 0 1110 11111111 1000110 110111

Color Harmonies of #643CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643CDC

Black with #643CDC

Text Example


Text Example

White with #643CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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