Html Css Color HEX #7543C1 Purple Heart

📋 copy color: '#7543C1'

red 117 ◦ green 67 ◦ blue 193

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

Shades of Purple Heart #7543C1

Tints of Purple Heart #7543C1

RGB

 RED value IS 117 (46.09% from 255) = 31.03%

 GREEN value IS 67 (26.56% from 255) = 17.77%

 BLUE value IS 193 (75.78% from 255) = 51.19%

R = 31.03%
G = 17.77%
B = 51.19%

CMYK

 C value IS 0.39

 M value IS 0.65

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7543C1 (or 0x7543C1) is known color: Purple Heart. HEX triplet: 75, 43 and C1. RGB value is (117,67,193). Sum of RGB (Red+Green+Blue) = 117+67+193=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 67 (26.56% from 255 or 17.77% from 377); Blue value is 193 (75.78% from 255 or 51.19% from 377); Max value from RGB is 193 - color contains mainly: blue. Hex color #7543C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7543C1 is #8ABC3E. Grayscale: #5F5F5F. Windows color (decimal): -9092159 or 12665717. OLE color: 12665717.

HSL color Cylindrical-coordinate representation of color #7543C1: hue angle of 263.81º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7543C1 is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 67 193 -
CMYK 0.39 0.65 0 0.24
HSL 263.81º 0.5% 0.51% -
HSV(B) 263.81º 0.65% 0.76% -
XYZ 18.97 11.65 51.7 -
YUV 96.31 182.57 142.75 -
System Red Green Blue C M Y K H S L
Decimal 117 67 193 0.39 0.65 0 0.24 263.81 0.5 0.51
Hex 75 43 C1 27 41 0 18 108 32 33
Octal 165 103 301 47 101 0 30 410 62 63
Binary 1110101 1000011 11000001 100111 1000001 0 11000 100001000 110010 110011

Color Harmonies of #7543C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7543C1

Black with #7543C1

Text Example


Text Example

White with #7543C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7543C1; }

 p { color: rgb(117,67,193); }

 H1.HeaderClassName
 {
   color: #7543C1;
 }
 .AnyTagClassName
 {
   color: #7543C1;
 }
</style>

background-color css

<style>
 a { background-color: #7543C1; }

 a { background-color: rgb(117,67,193); }

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

border-color css

<style>
 span { border-color: #7543C1; }

 span { border-color: rgb(117,67,193); }

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