Html Css Color HEX #7541CA Purple Heart

📋 copy color: '#7541CA'

red 117 ◦ green 65 ◦ blue 202

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

Shades of Purple Heart #7541CA

Tints of Purple Heart #7541CA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.93%

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

R = 30.47%
G = 16.93%
B = 52.6%

CMYK

 C value IS 0.42

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7541CA (or 0x7541CA) is known color: Purple Heart. HEX triplet: 75, 41 and CA. RGB value is (117,65,202). Sum of RGB (Red+Green+Blue) = 117+65+202=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 202 (79.30% from 255 or 52.60% from 384); Max value from RGB is 202 - color contains mainly: blue. Hex color #7541CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7541CA is #8ABE35. Grayscale: #5F5F5F. Windows color (decimal): -9092662 or 13255029. OLE color: 13255029.

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

Color convert

RGB 117 65 202 -
CMYK 0.42 0.68 0 0.21
HSL 262.77º 0.56% 0.52% -
HSV(B) 262.77º 0.68% 0.79% -
XYZ 19.89 11.83 57.11 -
YUV 96.17 187.73 142.86 -
System Red Green Blue C M Y K H S L
Decimal 117 65 202 0.42 0.68 0 0.21 262.77 0.56 0.52
Hex 75 41 CA 2A 44 0 15 107 38 34
Octal 165 101 312 52 104 0 25 407 70 64
Binary 1110101 1000001 11001010 101010 1000100 0 10101 100000111 111000 110100

Color Harmonies of #7541CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7541CA

Black with #7541CA

Text Example


Text Example

White with #7541CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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