Html Css Color HEX #7336BE Purple Heart

📋 copy color: '#7336BE'

red 115 ◦ green 54 ◦ blue 190

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

Shades of Purple Heart #7336BE

Tints of Purple Heart #7336BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.92%

R = 32.03%
G = 15.04%
B = 52.92%

CMYK

 C value IS 0.39

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7336BE (or 0x7336BE) is known color: Purple Heart. HEX triplet: 73, 36 and BE. RGB value is (115,54,190). Sum of RGB (Red+Green+Blue) = 115+54+190=359 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.03% from 359); Green value is 54 (21.48% from 255 or 15.04% from 359); Blue value is 190 (74.61% from 255 or 52.92% from 359); Max value from RGB is 190 - color contains mainly: blue. Hex color #7336BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7336BE is #8CC941. Grayscale: #575757. Windows color (decimal): -9226562 or 12465779. OLE color: 12465779.

HSL color Cylindrical-coordinate representation of color #7336BE: hue angle of 266.91º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7336BE is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 54 190 -
CMYK 0.39 0.72 0 0.25
HSL 266.91º 0.56% 0.48% -
HSV(B) 266.91º 0.72% 0.75% -
XYZ 17.68 10 49.71 -
YUV 87.74 185.71 147.44 -
System Red Green Blue C M Y K H S L
Decimal 115 54 190 0.39 0.72 0 0.25 266.91 0.56 0.48
Hex 73 36 BE 27 48 0 19 10B 38 30
Octal 163 66 276 47 110 0 31 413 70 60
Binary 1110011 110110 10111110 100111 1001000 0 11001 100001011 111000 110000

Color Harmonies of #7336BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7336BE

Black with #7336BE

Text Example


Text Example

White with #7336BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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