Html Css Color HEX #643ABB Purple Heart

📋 copy color: '#643ABB'

red 100 ◦ green 58 ◦ blue 187

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

Shades of Purple Heart #643ABB

Tints of Purple Heart #643ABB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.81%

 BLUE value IS 187 (73.44% from 255) = 54.2%

R = 28.99%
G = 16.81%
B = 54.2%

CMYK

 C value IS 0.47

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#643ABB (or 0x643ABB) is known color: Purple Heart. HEX triplet: 64, 3A and BB. RGB value is (100,58,187). Sum of RGB (Red+Green+Blue) = 100+58+187=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 187 (73.44% from 255 or 54.20% from 345); Max value from RGB is 187 - color contains mainly: blue. Hex color #643ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643ABB is #9BC544. Grayscale: #545454. Windows color (decimal): -10208581 or 12270180. OLE color: 12270180.

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

Color convert

RGB 100 58 187 -
CMYK 0.47 0.69 0 0.27
HSL 259.53º 0.53% 0.48% -
HSV(B) 259.53º 0.69% 0.73% -
XYZ 15.74 9.32 47.98 -
YUV 85.26 185.41 138.51 -
System Red Green Blue C M Y K H S L
Decimal 100 58 187 0.47 0.69 0 0.27 259.53 0.53 0.48
Hex 64 3A BB 2F 45 0 1B 104 35 30
Octal 144 72 273 57 105 0 33 404 65 60
Binary 1100100 111010 10111011 101111 1000101 0 11011 100000100 110101 110000

Color Harmonies of #643ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643ABB

Black with #643ABB

Text Example


Text Example

White with #643ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,58,187); }

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

background-color css

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

 a { background-color: rgb(100,58,187); }

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

border-color css

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

 span { border-color: rgb(100,58,187); }

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