Html Css Color HEX #7533BD Purple Heart

📋 copy color: '#7533BD'

red 117 ◦ green 51 ◦ blue 189

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

Shades of Purple Heart #7533BD

Tints of Purple Heart #7533BD

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.29%

 BLUE value IS 189 (74.22% from 255) = 52.94%

R = 32.77%
G = 14.29%
B = 52.94%

CMYK

 C value IS 0.38

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7533BD (or 0x7533BD) is known color: Purple Heart. HEX triplet: 75, 33 and BD. RGB value is (117,51,189). Sum of RGB (Red+Green+Blue) = 117+51+189=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 51 (20.31% from 255 or 14.29% from 357); Blue value is 189 (74.22% from 255 or 52.94% from 357); Max value from RGB is 189 - color contains mainly: blue. Hex color #7533BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7533BD is #8ACC42. Grayscale: #555555. Windows color (decimal): -9096259 or 12399477. OLE color: 12399477.

HSL color Cylindrical-coordinate representation of color #7533BD: hue angle of 268.7º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7533BD is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 51 189 -
CMYK 0.38 0.73 0 0.26
HSL 268.7º 0.58% 0.47% -
HSV(B) 268.7º 0.73% 0.74% -
XYZ 17.71 9.82 49.11 -
YUV 86.47 185.87 149.78 -
System Red Green Blue C M Y K H S L
Decimal 117 51 189 0.38 0.73 0 0.26 268.7 0.58 0.47
Hex 75 33 BD 26 49 0 1A 10D 3A 2F
Octal 165 63 275 46 111 0 32 415 72 57
Binary 1110101 110011 10111101 100110 1001001 0 11010 100001101 111010 101111

Color Harmonies of #7533BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7533BD

Black with #7533BD

Text Example


Text Example

White with #7533BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7533BD; }

 p { color: rgb(117,51,189); }

 H1.HeaderClassName
 {
   color: #7533BD;
 }
 .AnyTagClassName
 {
   color: #7533BD;
 }
</style>

background-color css

<style>
 a { background-color: #7533BD; }

 a { background-color: rgb(117,51,189); }

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

border-color css

<style>
 span { border-color: #7533BD; }

 span { border-color: rgb(117,51,189); }

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