Html Css Color HEX #7614CD Purple Heart

📋 copy color: '#7614CD'

red 118 ◦ green 20 ◦ blue 205

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

Shades of Purple Heart #7614CD

Tints of Purple Heart #7614CD

RGB

 RED value IS 118 (46.48% from 255) = 34.4%

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

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

R = 34.4%
G = 5.83%
B = 59.77%

CMYK

 C value IS 0.42

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7614CD (or 0x7614CD) is known color: Purple Heart. HEX triplet: 76, 14 and CD. RGB value is (118,20,205). Sum of RGB (Red+Green+Blue) = 118+20+205=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 20 (8.20% from 255 or 5.83% from 343); Blue value is 205 (80.47% from 255 or 59.77% from 343); Max value from RGB is 205 - color contains mainly: blue. Hex color #7614CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7614CD is #89EB32. Grayscale: #454545. Windows color (decimal): -9038643 or 13440118. OLE color: 13440118.

HSL color Cylindrical-coordinate representation of color #7614CD: hue angle of 271.78º 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 #7614CD is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 20 205 -
CMYK 0.42 0.90 0 0.20
HSL 271.78º 0.82% 0.44% -
HSV(B) 271.78º 0.9% 0.8% -
XYZ 18.74 8.76 58.46 -
YUV 70.39 203.97 161.96 -
System Red Green Blue C M Y K H S L
Decimal 118 20 205 0.42 0.90 0 0.20 271.78 0.82 0.44
Hex 76 14 CD 2A 5A 0 14 110 52 2C
Octal 166 24 315 52 132 0 24 420 122 54
Binary 1110110 10100 11001101 101010 1011010 0 10100 100010000 1010010 101100

Color Harmonies of #7614CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7614CD

Black with #7614CD

Text Example


Text Example

White with #7614CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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