Html Css Color HEX #7544CD Purple Heart

📋 copy color: '#7544CD'

red 117 ◦ green 68 ◦ blue 205

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

Shades of Purple Heart #7544CD

Tints of Purple Heart #7544CD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.44%

 BLUE value IS 205 (80.47% from 255) = 52.56%

R = 30%
G = 17.44%
B = 52.56%

CMYK

 C value IS 0.43

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7544CD (or 0x7544CD) is known color: Purple Heart. HEX triplet: 75, 44 and CD. RGB value is (117,68,205). Sum of RGB (Red+Green+Blue) = 117+68+205=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 68 (26.95% from 255 or 17.44% from 390); Blue value is 205 (80.47% from 255 or 52.56% from 390); Max value from RGB is 205 - color contains mainly: blue. Hex color #7544CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7544CD is #8ABB32. Grayscale: #616161. Windows color (decimal): -9091891 or 13452405. OLE color: 13452405.

HSL color Cylindrical-coordinate representation of color #7544CD: hue angle of 261.46º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7544CD is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 68 205 -
CMYK 0.43 0.67 0 0.20
HSL 261.46º 0.58% 0.54% -
HSV(B) 261.46º 0.67% 0.8% -
XYZ 20.42 12.32 59.06 -
YUV 98.27 188.23 141.36 -
System Red Green Blue C M Y K H S L
Decimal 117 68 205 0.43 0.67 0 0.20 261.46 0.58 0.54
Hex 75 44 CD 2B 43 0 14 105 3A 36
Octal 165 104 315 53 103 0 24 405 72 66
Binary 1110101 1000100 11001101 101011 1000011 0 10100 100000101 111010 110110

Color Harmonies of #7544CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7544CD

Black with #7544CD

Text Example


Text Example

White with #7544CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7544CD; }

 p { color: rgb(117,68,205); }

 H1.HeaderClassName
 {
   color: #7544CD;
 }
 .AnyTagClassName
 {
   color: #7544CD;
 }
</style>

background-color css

<style>
 a { background-color: #7544CD; }

 a { background-color: rgb(117,68,205); }

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

border-color css

<style>
 span { border-color: #7544CD; }

 span { border-color: rgb(117,68,205); }

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