Html Css Color HEX #7334D8 Purple Heart

📋 copy color: '#7334D8'

red 115 ◦ green 52 ◦ blue 216

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

Shades of Purple Heart #7334D8

Tints of Purple Heart #7334D8

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.58%

 BLUE value IS 216 (84.77% from 255) = 56.4%

R = 30.03%
G = 13.58%
B = 56.4%

CMYK

 C value IS 0.47

 M value IS 0.76

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7334D8 (or 0x7334D8) is known color: Purple Heart. HEX triplet: 73, 34 and D8. RGB value is (115,52,216). Sum of RGB (Red+Green+Blue) = 115+52+216=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 52 (20.70% from 255 or 13.58% from 383); Blue value is 216 (84.77% from 255 or 56.40% from 383); Max value from RGB is 216 - color contains mainly: blue. Hex color #7334D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7334D8 is #8CCB27. Grayscale: #585858. Windows color (decimal): -9227048 or 14169203. OLE color: 14169203.

HSL color Cylindrical-coordinate representation of color #7334D8: hue angle of 263.05º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7334D8 is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 115 52 216 -
CMYK 0.47 0.76 0 0.15
HSL 263.05º 0.68% 0.53% -
HSV(B) 263.05º 0.76% 0.85% -
XYZ 20.69 11.06 66.01 -
YUV 89.53 199.37 146.16 -
System Red Green Blue C M Y K H S L
Decimal 115 52 216 0.47 0.76 0 0.15 263.05 0.68 0.53
Hex 73 34 D8 2F 4C 0 F 107 44 35
Octal 163 64 330 57 114 0 17 407 104 65
Binary 1110011 110100 11011000 101111 1001100 0 1111 100000111 1000100 110101

Color Harmonies of #7334D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7334D8

Black with #7334D8

Text Example


Text Example

White with #7334D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7334D8; }

 p { color: rgb(115,52,216); }

 H1.HeaderClassName
 {
   color: #7334D8;
 }
 .AnyTagClassName
 {
   color: #7334D8;
 }
</style>

background-color css

<style>
 a { background-color: #7334D8; }

 a { background-color: rgb(115,52,216); }

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

border-color css

<style>
 span { border-color: #7334D8; }

 span { border-color: rgb(115,52,216); }

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