Html Css Color HEX #7533BC Purple Heart

📋 copy color: '#7533BC'

red 117 ◦ green 51 ◦ blue 188

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

Shades of Purple Heart #7533BC

Tints of Purple Heart #7533BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.81%

R = 32.87%
G = 14.33%
B = 52.81%

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

#7533BC (or 0x7533BC) is known color: Purple Heart. HEX triplet: 75, 33 and BC. RGB value is (117,51,188). Sum of RGB (Red+Green+Blue) = 117+51+188=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 51 (20.31% from 255 or 14.33% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #7533BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7533BC is #8ACC43. Grayscale: #555555. Windows color (decimal): -9096260 or 12333941. OLE color: 12333941.

HSL color Cylindrical-coordinate representation of color #7533BC: hue angle of 268.91º 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 #7533BC is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 51 188 -
CMYK 0.38 0.73 0 0.26
HSL 268.91º 0.57% 0.47% -
HSV(B) 268.91º 0.73% 0.74% -
XYZ 17.6 9.78 48.54 -
YUV 86.35 185.37 149.86 -
System Red Green Blue C M Y K H S L
Decimal 117 51 188 0.38 0.73 0 0.26 268.91 0.57 0.47
Hex 75 33 BC 26 49 0 1A 10D 39 2F
Octal 165 63 274 46 111 0 32 415 71 57
Binary 1110101 110011 10111100 100110 1001001 0 11010 100001101 111001 101111

Color Harmonies of #7533BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7533BC

Black with #7533BC

Text Example


Text Example

White with #7533BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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