Html Css Color HEX #7513CA Purple Heart

📋 copy color: '#7513CA'

red 117 ◦ green 19 ◦ blue 202

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

Shades of Purple Heart #7513CA

Tints of Purple Heart #7513CA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.62%

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

R = 34.62%
G = 5.62%
B = 59.76%

CMYK

 C value IS 0.42

 M value IS 0.91

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7513CA (or 0x7513CA) is known color: Purple Heart. HEX triplet: 75, 13 and CA. RGB value is (117,19,202). Sum of RGB (Red+Green+Blue) = 117+19+202=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 19 (7.81% from 255 or 5.62% from 338); Blue value is 202 (79.30% from 255 or 59.76% from 338); Max value from RGB is 202 - color contains mainly: blue. Hex color #7513CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7513CA is #8AEC35. Grayscale: #444444. Windows color (decimal): -9104438 or 13243253. OLE color: 13243253.

HSL color Cylindrical-coordinate representation of color #7513CA: hue angle of 272.13º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7513CA is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 117 19 202 -
CMYK 0.42 0.91 0 0.21
HSL 272.13º 0.83% 0.43% -
HSV(B) 272.13º 0.91% 0.79% -
XYZ 18.23 8.51 56.56 -
YUV 69.16 202.97 162.12 -
System Red Green Blue C M Y K H S L
Decimal 117 19 202 0.42 0.91 0 0.21 272.13 0.83 0.43
Hex 75 13 CA 2A 5B 0 15 110 53 2B
Octal 165 23 312 52 133 0 25 420 123 53
Binary 1110101 10011 11001010 101010 1011011 0 10101 100010000 1010011 101011

Color Harmonies of #7513CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7513CA

Black with #7513CA

Text Example


Text Example

White with #7513CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,19,202); }

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

background-color css

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

 a { background-color: rgb(117,19,202); }

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

border-color css

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

 span { border-color: rgb(117,19,202); }

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