Html Css Color HEX #643CB9 Purple Heart

📋 copy color: '#643CB9'

red 100 ◦ green 60 ◦ blue 185

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

Shades of Purple Heart #643CB9

Tints of Purple Heart #643CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 53.62%

R = 28.99%
G = 17.39%
B = 53.62%

CMYK

 C value IS 0.46

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#643CB9 (or 0x643CB9) is known color: Purple Heart. HEX triplet: 64, 3C and B9. RGB value is (100,60,185). Sum of RGB (Red+Green+Blue) = 100+60+185=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 185 (72.66% from 255 or 53.62% from 345); Max value from RGB is 185 - color contains mainly: blue. Hex color #643CB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643CB9 is #9BC346. Grayscale: #555555. Windows color (decimal): -10208071 or 12139620. OLE color: 12139620.

HSL color Cylindrical-coordinate representation of color #643CB9: hue angle of 259.2º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #643CB9 is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 60 185 -
CMYK 0.46 0.68 0 0.27
HSL 259.2º 0.51% 0.48% -
HSV(B) 259.2º 0.68% 0.73% -
XYZ 15.63 9.44 46.9 -
YUV 86.21 183.75 137.84 -
System Red Green Blue C M Y K H S L
Decimal 100 60 185 0.46 0.68 0 0.27 259.2 0.51 0.48
Hex 64 3C B9 2E 44 0 1B 103 33 30
Octal 144 74 271 56 104 0 33 403 63 60
Binary 1100100 111100 10111001 101110 1000100 0 11011 100000011 110011 110000

Color Harmonies of #643CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643CB9

Black with #643CB9

Text Example


Text Example

White with #643CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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