Html Css Color HEX #7543CB Purple Heart

📋 copy color: '#7543CB'

red 117 ◦ green 67 ◦ blue 203

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

Shades of Purple Heart #7543CB

Tints of Purple Heart #7543CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.45%

R = 30.23%
G = 17.31%
B = 52.45%

CMYK

 C value IS 0.42

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7543CB (or 0x7543CB) is known color: Purple Heart. HEX triplet: 75, 43 and CB. RGB value is (117,67,203). Sum of RGB (Red+Green+Blue) = 117+67+203=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 67 (26.56% from 255 or 17.31% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #7543CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7543CB is #8ABC34. Grayscale: #606060. Windows color (decimal): -9092149 or 13321077. OLE color: 13321077.

HSL color Cylindrical-coordinate representation of color #7543CB: hue angle of 262.06º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7543CB is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 67 203 -
CMYK 0.42 0.67 0 0.20
HSL 262.06º 0.57% 0.53% -
HSV(B) 262.06º 0.67% 0.8% -
XYZ 20.12 12.11 57.78 -
YUV 97.45 187.57 141.94 -
System Red Green Blue C M Y K H S L
Decimal 117 67 203 0.42 0.67 0 0.20 262.06 0.57 0.53
Hex 75 43 CB 2A 43 0 14 106 39 35
Octal 165 103 313 52 103 0 24 406 71 65
Binary 1110101 1000011 11001011 101010 1000011 0 10100 100000110 111001 110101

Color Harmonies of #7543CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7543CB

Black with #7543CB

Text Example


Text Example

White with #7543CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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