Html Css Color HEX #643ABA Purple Heart

📋 copy color: '#643ABA'

red 100 ◦ green 58 ◦ blue 186

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

Shades of Purple Heart #643ABA

Tints of Purple Heart #643ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 54.07%

R = 29.07%
G = 16.86%
B = 54.07%

CMYK

 C value IS 0.46

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#643ABA (or 0x643ABA) is known color: Purple Heart. HEX triplet: 64, 3A and BA. RGB value is (100,58,186). Sum of RGB (Red+Green+Blue) = 100+58+186=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 58 (23.05% from 255 or 16.86% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #643ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643ABA is #9BC545. Grayscale: #545454. Windows color (decimal): -10208582 or 12204644. OLE color: 12204644.

HSL color Cylindrical-coordinate representation of color #643ABA: hue angle of 259.69º degrees, saturation: 0.52, 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 #643ABA is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 58 186 -
CMYK 0.46 0.69 0 0.27
HSL 259.69º 0.52% 0.48% -
HSV(B) 259.69º 0.69% 0.73% -
XYZ 15.63 9.28 47.42 -
YUV 85.15 184.91 138.59 -
System Red Green Blue C M Y K H S L
Decimal 100 58 186 0.46 0.69 0 0.27 259.69 0.52 0.48
Hex 64 3A BA 2E 45 0 1B 104 34 30
Octal 144 72 272 56 105 0 33 404 64 60
Binary 1100100 111010 10111010 101110 1000101 0 11011 100000100 110100 110000

Color Harmonies of #643ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643ABA

Black with #643ABA

Text Example


Text Example

White with #643ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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