Html Css Color HEX #7538C5 Purple Heart

📋 copy color: '#7538C5'

red 117 ◦ green 56 ◦ blue 197

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

Shades of Purple Heart #7538C5

Tints of Purple Heart #7538C5

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.14%

 BLUE value IS 197 (77.34% from 255) = 53.24%

R = 31.62%
G = 15.14%
B = 53.24%

CMYK

 C value IS 0.41

 M value IS 0.72

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#7538C5 (or 0x7538C5) is known color: Purple Heart. HEX triplet: 75, 38 and C5. RGB value is (117,56,197). Sum of RGB (Red+Green+Blue) = 117+56+197=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 56 (22.27% from 255 or 15.14% from 370); Blue value is 197 (77.34% from 255 or 53.24% from 370); Max value from RGB is 197 - color contains mainly: blue. Hex color #7538C5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7538C5 is #8AC73A. Grayscale: #595959. Windows color (decimal): -9094971 or 12925045. OLE color: 12925045.

HSL color Cylindrical-coordinate representation of color #7538C5: hue angle of 265.96º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7538C5 is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 117 56 197 -
CMYK 0.41 0.72 0 0.23
HSL 265.96º 0.56% 0.5% -
HSV(B) 265.96º 0.72% 0.77% -
XYZ 18.83 10.64 53.88 -
YUV 90.31 188.21 147.04 -
System Red Green Blue C M Y K H S L
Decimal 117 56 197 0.41 0.72 0 0.23 265.96 0.56 0.5
Hex 75 38 C5 29 48 0 17 10A 38 32
Octal 165 70 305 51 110 0 27 412 70 62
Binary 1110101 111000 11000101 101001 1001000 0 10111 100001010 111000 110010

Color Harmonies of #7538C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7538C5

Black with #7538C5

Text Example


Text Example

White with #7538C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7538C5; }

 p { color: rgb(117,56,197); }

 H1.HeaderClassName
 {
   color: #7538C5;
 }
 .AnyTagClassName
 {
   color: #7538C5;
 }
</style>

background-color css

<style>
 a { background-color: #7538C5; }

 a { background-color: rgb(117,56,197); }

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

border-color css

<style>
 span { border-color: #7538C5; }

 span { border-color: rgb(117,56,197); }

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