Html Css Color HEX #7336B5 Purple Heart

📋 copy color: '#7336B5'

red 115 ◦ green 54 ◦ blue 181

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

Shades of Purple Heart #7336B5

Tints of Purple Heart #7336B5

RGB

 RED value IS 115 (45.31% from 255) = 32.86%

 GREEN value IS 54 (21.48% from 255) = 15.43%

 BLUE value IS 181 (71.09% from 255) = 51.71%

R = 32.86%
G = 15.43%
B = 51.71%

CMYK

 C value IS 0.36

 M value IS 0.70

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7336B5 (or 0x7336B5) is known color: Purple Heart. HEX triplet: 73, 36 and B5. RGB value is (115,54,181). Sum of RGB (Red+Green+Blue) = 115+54+181=350 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.86% from 350); Green value is 54 (21.48% from 255 or 15.43% from 350); Blue value is 181 (71.09% from 255 or 51.71% from 350); Max value from RGB is 181 - color contains mainly: blue. Hex color #7336B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7336B5 is #8CC94A. Grayscale: #565656. Windows color (decimal): -9226571 or 11875955. OLE color: 11875955.

HSL color Cylindrical-coordinate representation of color #7336B5: hue angle of 268.82º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7336B5 is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 115 54 181 -
CMYK 0.36 0.70 0 0.29
HSL 268.82º 0.54% 0.46% -
HSV(B) 268.82º 0.7% 0.71% -
XYZ 16.73 9.62 44.69 -
YUV 86.72 181.21 148.17 -
System Red Green Blue C M Y K H S L
Decimal 115 54 181 0.36 0.70 0 0.29 268.82 0.54 0.46
Hex 73 36 B5 24 46 0 1D 10D 36 2E
Octal 163 66 265 44 106 0 35 415 66 56
Binary 1110011 110110 10110101 100100 1000110 0 11101 100001101 110110 101110

Color Harmonies of #7336B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7336B5

Black with #7336B5

Text Example


Text Example

White with #7336B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7336B5; }

 p { color: rgb(115,54,181); }

 H1.HeaderClassName
 {
   color: #7336B5;
 }
 .AnyTagClassName
 {
   color: #7336B5;
 }
</style>

background-color css

<style>
 a { background-color: #7336B5; }

 a { background-color: rgb(115,54,181); }

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

border-color css

<style>
 span { border-color: #7336B5; }

 span { border-color: rgb(115,54,181); }

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