Html Css Color HEX #7514CD Purple Heart

📋 copy color: '#7514CD'

red 117 ◦ green 20 ◦ blue 205

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

Shades of Purple Heart #7514CD

Tints of Purple Heart #7514CD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.85%

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

R = 34.21%
G = 5.85%
B = 59.94%

CMYK

 C value IS 0.43

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7514CD (or 0x7514CD) is known color: Purple Heart. HEX triplet: 75, 14 and CD. RGB value is (117,20,205). Sum of RGB (Red+Green+Blue) = 117+20+205=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 20 (8.20% from 255 or 5.85% from 342); Blue value is 205 (80.47% from 255 or 59.94% from 342); Max value from RGB is 205 - color contains mainly: blue. Hex color #7514CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7514CD is #8AEB32. Grayscale: #454545. Windows color (decimal): -9104179 or 13440117. OLE color: 13440117.

HSL color Cylindrical-coordinate representation of color #7514CD: hue angle of 271.46º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7514CD is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 20 205 -
CMYK 0.43 0.90 0 0.20
HSL 271.46º 0.82% 0.44% -
HSV(B) 271.46º 0.9% 0.8% -
XYZ 18.61 8.69 58.45 -
YUV 70.09 204.14 161.46 -
System Red Green Blue C M Y K H S L
Decimal 117 20 205 0.43 0.90 0 0.20 271.46 0.82 0.44
Hex 75 14 CD 2B 5A 0 14 10F 52 2C
Octal 165 24 315 53 132 0 24 417 122 54
Binary 1110101 10100 11001101 101011 1011010 0 10100 100001111 1010010 101100

Color Harmonies of #7514CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7514CD

Black with #7514CD

Text Example


Text Example

White with #7514CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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