Html Css Color HEX #643ABE Purple Heart

📋 copy color: '#643ABE'

red 100 ◦ green 58 ◦ blue 190

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

Shades of Purple Heart #643ABE

Tints of Purple Heart #643ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 54.6%

R = 28.74%
G = 16.67%
B = 54.6%

CMYK

 C value IS 0.47

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#643ABE (or 0x643ABE) is known color: Purple Heart. HEX triplet: 64, 3A and BE. RGB value is (100,58,190). Sum of RGB (Red+Green+Blue) = 100+58+190=348 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.74% from 348); Green value is 58 (23.05% from 255 or 16.67% from 348); Blue value is 190 (74.61% from 255 or 54.60% from 348); Max value from RGB is 190 - color contains mainly: blue. Hex color #643ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643ABE is #9BC541. Grayscale: #555555. Windows color (decimal): -10208578 or 12466788. OLE color: 12466788.

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

Color convert

RGB 100 58 190 -
CMYK 0.47 0.69 0 0.25
HSL 259.09º 0.53% 0.49% -
HSV(B) 259.09º 0.69% 0.75% -
XYZ 16.06 9.45 49.69 -
YUV 85.61 186.91 138.27 -
System Red Green Blue C M Y K H S L
Decimal 100 58 190 0.47 0.69 0 0.25 259.09 0.53 0.49
Hex 64 3A BE 2F 45 0 19 103 35 31
Octal 144 72 276 57 105 0 31 403 65 61
Binary 1100100 111010 10111110 101111 1000101 0 11001 100000011 110101 110001

Color Harmonies of #643ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643ABE

Black with #643ABE

Text Example


Text Example

White with #643ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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