Html Css Color HEX #7614CA Purple Heart

📋 copy color: '#7614CA'

red 118 ◦ green 20 ◦ blue 202

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

Shades of Purple Heart #7614CA

Tints of Purple Heart #7614CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 59.41%

R = 34.71%
G = 5.88%
B = 59.41%

CMYK

 C value IS 0.42

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7614CA (or 0x7614CA) is known color: Purple Heart. HEX triplet: 76, 14 and CA. RGB value is (118,20,202). Sum of RGB (Red+Green+Blue) = 118+20+202=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 20 (8.20% from 255 or 5.88% from 340); Blue value is 202 (79.30% from 255 or 59.41% from 340); Max value from RGB is 202 - color contains mainly: blue. Hex color #7614CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7614CA is #89EB35. Grayscale: #454545. Windows color (decimal): -9038646 or 13243510. OLE color: 13243510.

HSL color Cylindrical-coordinate representation of color #7614CA: hue angle of 272.31º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7614CA is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 118 20 202 -
CMYK 0.42 0.90 0 0.21
HSL 272.31º 0.82% 0.44% -
HSV(B) 272.31º 0.9% 0.79% -
XYZ 18.38 8.62 56.57 -
YUV 70.05 202.47 162.2 -
System Red Green Blue C M Y K H S L
Decimal 118 20 202 0.42 0.90 0 0.21 272.31 0.82 0.44
Hex 76 14 CA 2A 5A 0 15 110 52 2C
Octal 166 24 312 52 132 0 25 420 122 54
Binary 1110110 10100 11001010 101010 1011010 0 10101 100010000 1010010 101100

Color Harmonies of #7614CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7614CA

Black with #7614CA

Text Example


Text Example

White with #7614CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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