Html Css Color HEX #643BDC Purple Heart

📋 copy color: '#643BDC'

red 100 ◦ green 59 ◦ blue 220

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

Shades of Purple Heart #643BDC

Tints of Purple Heart #643BDC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.57%

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

R = 26.39%
G = 15.57%
B = 58.05%

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

#643BDC (or 0x643BDC) is known color: Purple Heart. HEX triplet: 64, 3B and DC. RGB value is (100,59,220). Sum of RGB (Red+Green+Blue) = 100+59+220=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 59 (23.44% from 255 or 15.57% from 379); Blue value is 220 (86.33% from 255 or 58.05% from 379); Max value from RGB is 220 - color contains mainly: blue. Hex color #643BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643BDC is #9BC423. Grayscale: #595959. Windows color (decimal): -10208292 or 14433124. OLE color: 14433124.

HSL color Cylindrical-coordinate representation of color #643BDC: hue angle of 255.28º 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 #643BDC is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 59 220 -
CMYK 0.55 0.73 0 0.14
HSL 255.28º 0.7% 0.55% -
HSV(B) 255.28º 0.73% 0.86% -
XYZ 19.74 11 68.79 -
YUV 89.61 201.58 135.41 -
System Red Green Blue C M Y K H S L
Decimal 100 59 220 0.55 0.73 0 0.14 255.28 0.7 0.55
Hex 64 3B DC 37 49 0 E FF 46 37
Octal 144 73 334 67 111 0 16 377 106 67
Binary 1100100 111011 11011100 110111 1001001 0 1110 11111111 1000110 110111

Color Harmonies of #643BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643BDC

Black with #643BDC

Text Example


Text Example

White with #643BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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