Html Css Color HEX #7520CB Purple Heart

📋 copy color: '#7520CB'

red 117 ◦ green 32 ◦ blue 203

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

Shades of Purple Heart #7520CB

Tints of Purple Heart #7520CB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.09%

 BLUE value IS 203 (79.69% from 255) = 57.67%

R = 33.24%
G = 9.09%
B = 57.67%

CMYK

 C value IS 0.42

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7520CB (or 0x7520CB) is known color: Purple Heart. HEX triplet: 75, 20 and CB. RGB value is (117,32,203). Sum of RGB (Red+Green+Blue) = 117+32+203=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 32 (12.89% from 255 or 9.09% from 352); Blue value is 203 (79.69% from 255 or 57.67% from 352); Max value from RGB is 203 - color contains mainly: blue. Hex color #7520CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7520CB is #8ADF34. Grayscale: #4C4C4C. Windows color (decimal): -9101109 or 13312117. OLE color: 13312117.

HSL color Cylindrical-coordinate representation of color #7520CB: hue angle of 269.82º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7520CB is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 32 203 -
CMYK 0.42 0.84 0 0.20
HSL 269.82º 0.73% 0.46% -
HSV(B) 269.82º 0.84% 0.8% -
XYZ 18.63 9.13 57.28 -
YUV 76.91 199.16 156.6 -
System Red Green Blue C M Y K H S L
Decimal 117 32 203 0.42 0.84 0 0.20 269.82 0.73 0.46
Hex 75 20 CB 2A 54 0 14 10E 49 2E
Octal 165 40 313 52 124 0 24 416 111 56
Binary 1110101 100000 11001011 101010 1010100 0 10100 100001110 1001001 101110

Color Harmonies of #7520CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7520CB

Black with #7520CB

Text Example


Text Example

White with #7520CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7520CB; }

 p { color: rgb(117,32,203); }

 H1.HeaderClassName
 {
   color: #7520CB;
 }
 .AnyTagClassName
 {
   color: #7520CB;
 }
</style>

background-color css

<style>
 a { background-color: #7520CB; }

 a { background-color: rgb(117,32,203); }

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

border-color css

<style>
 span { border-color: #7520CB; }

 span { border-color: rgb(117,32,203); }

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