Html Css Color HEX #643BBA Purple Heart

📋 copy color: '#643BBA'

red 100 ◦ green 59 ◦ blue 186

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

Shades of Purple Heart #643BBA

Tints of Purple Heart #643BBA

RGB

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

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

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

R = 28.99%
G = 17.1%
B = 53.91%

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

#643BBA (or 0x643BBA) is known color: Purple Heart. HEX triplet: 64, 3B and BA. RGB value is (100,59,186). Sum of RGB (Red+Green+Blue) = 100+59+186=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 59 (23.44% from 255 or 17.10% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #643BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643BBA is #9BC445. Grayscale: #555555. Windows color (decimal): -10208326 or 12204900. OLE color: 12204900.

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

Color convert

RGB 100 59 186 -
CMYK 0.46 0.68 0 0.27
HSL 259.37º 0.52% 0.48% -
HSV(B) 259.37º 0.68% 0.73% -
XYZ 15.68 9.38 47.44 -
YUV 85.74 184.58 138.17 -
System Red Green Blue C M Y K H S L
Decimal 100 59 186 0.46 0.68 0 0.27 259.37 0.52 0.48
Hex 64 3B BA 2E 44 0 1B 103 34 30
Octal 144 73 272 56 104 0 33 403 64 60
Binary 1100100 111011 10111010 101110 1000100 0 11011 100000011 110100 110000

Color Harmonies of #643BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643BBA

Black with #643BBA

Text Example


Text Example

White with #643BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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