Html Css Color HEX #7538D1 Purple Heart

📋 copy color: '#7538D1'

red 117 ◦ green 56 ◦ blue 209

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

Shades of Purple Heart #7538D1

Tints of Purple Heart #7538D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 54.71%

R = 30.63%
G = 14.66%
B = 54.71%

CMYK

 C value IS 0.44

 M value IS 0.73

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7538D1 (or 0x7538D1) is known color: Purple Heart. HEX triplet: 75, 38 and D1. RGB value is (117,56,209). Sum of RGB (Red+Green+Blue) = 117+56+209=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 56 (22.27% from 255 or 14.66% from 382); Blue value is 209 (82.03% from 255 or 54.71% from 382); Max value from RGB is 209 - color contains mainly: blue. Hex color #7538D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7538D1 is #8AC72E. Grayscale: #5B5B5B. Windows color (decimal): -9094959 or 13711477. OLE color: 13711477.

HSL color Cylindrical-coordinate representation of color #7538D1: hue angle of 263.92º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7538D1 is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 117 56 209 -
CMYK 0.44 0.73 0 0.18
HSL 263.92º 0.62% 0.52% -
HSV(B) 263.92º 0.73% 0.82% -
XYZ 20.26 11.21 61.42 -
YUV 91.68 194.21 146.06 -
System Red Green Blue C M Y K H S L
Decimal 117 56 209 0.44 0.73 0 0.18 263.92 0.62 0.52
Hex 75 38 D1 2C 49 0 12 108 3E 34
Octal 165 70 321 54 111 0 22 410 76 64
Binary 1110101 111000 11010001 101100 1001001 0 10010 100001000 111110 110100

Color Harmonies of #7538D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7538D1

Black with #7538D1

Text Example


Text Example

White with #7538D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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