Html Css Color HEX #7511CC Purple Heart

📋 copy color: '#7511CC'

red 117 ◦ green 17 ◦ blue 204

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

Shades of Purple Heart #7511CC

Tints of Purple Heart #7511CC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.03%

 BLUE value IS 204 (80.08% from 255) = 60.36%

R = 34.62%
G = 5.03%
B = 60.36%

CMYK

 C value IS 0.43

 M value IS 0.92

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7511CC (or 0x7511CC) is known color: Purple Heart. HEX triplet: 75, 11 and CC. RGB value is (117,17,204). Sum of RGB (Red+Green+Blue) = 117+17+204=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 17 (7.03% from 255 or 5.03% from 338); Blue value is 204 (80.08% from 255 or 60.36% from 338); Max value from RGB is 204 - color contains mainly: blue. Hex color #7511CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7511CC is #8AEE33. Grayscale: #434343. Windows color (decimal): -9104948 or 13373813. OLE color: 13373813.

HSL color Cylindrical-coordinate representation of color #7511CC: hue angle of 272.09º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7511CC is Cyan = 0.43, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 117 17 204 -
CMYK 0.43 0.92 0 0.2
HSL 272.09º 0.85% 0.43% -
HSV(B) 272.09º 0.92% 0.8% -
XYZ 18.44 8.54 57.8 -
YUV 68.22 204.63 162.79 -
System Red Green Blue C M Y K H S L
Decimal 117 17 204 0.43 0.92 0 0.2 272.09 0.85 0.43
Hex 75 11 CC 2B 5C 0 14 110 55 2B
Octal 165 21 314 53 134 0 24 420 125 53
Binary 1110101 10001 11001100 101011 1011100 0 10100 100010000 1010101 101011

Color Harmonies of #7511CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7511CC

Black with #7511CC

Text Example


Text Example

White with #7511CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7511CC; }

 p { color: rgb(117,17,204); }

 H1.HeaderClassName
 {
   color: #7511CC;
 }
 .AnyTagClassName
 {
   color: #7511CC;
 }
</style>

background-color css

<style>
 a { background-color: #7511CC; }

 a { background-color: rgb(117,17,204); }

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

border-color css

<style>
 span { border-color: #7511CC; }

 span { border-color: rgb(117,17,204); }

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