Html Css Color HEX #7540CC Purple Heart

📋 copy color: '#7540CC'

red 117 ◦ green 64 ◦ blue 204

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

Shades of Purple Heart #7540CC

Tints of Purple Heart #7540CC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.62%

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

R = 30.39%
G = 16.62%
B = 52.99%

CMYK

 C value IS 0.43

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7540CC (or 0x7540CC) is known color: Purple Heart. HEX triplet: 75, 40 and CC. RGB value is (117,64,204). Sum of RGB (Red+Green+Blue) = 117+64+204=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #7540CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7540CC is #8ABF33. Grayscale: #5F5F5F. Windows color (decimal): -9092916 or 13385845. OLE color: 13385845.

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

Color convert

RGB 117 64 204 -
CMYK 0.43 0.69 0 0.2
HSL 262.71º 0.58% 0.53% -
HSV(B) 262.71º 0.69% 0.8% -
XYZ 20.07 11.81 58.35 -
YUV 95.81 189.06 143.12 -
System Red Green Blue C M Y K H S L
Decimal 117 64 204 0.43 0.69 0 0.2 262.71 0.58 0.53
Hex 75 40 CC 2B 45 0 14 107 3A 35
Octal 165 100 314 53 105 0 24 407 72 65
Binary 1110101 1000000 11001100 101011 1000101 0 10100 100000111 111010 110101

Color Harmonies of #7540CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7540CC

Black with #7540CC

Text Example


Text Example

White with #7540CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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