Html Css Color HEX #7333BD Purple Heart

📋 copy color: '#7333BD'

red 115 ◦ green 51 ◦ blue 189

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

Shades of Purple Heart #7333BD

Tints of Purple Heart #7333BD

RGB

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

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

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

R = 32.39%
G = 14.37%
B = 53.24%

CMYK

 C value IS 0.39

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7333BD (or 0x7333BD) is known color: Purple Heart. HEX triplet: 73, 33 and BD. RGB value is (115,51,189). Sum of RGB (Red+Green+Blue) = 115+51+189=355 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.39% from 355); Green value is 51 (20.31% from 255 or 14.37% from 355); Blue value is 189 (74.22% from 255 or 53.24% from 355); Max value from RGB is 189 - color contains mainly: blue. Hex color #7333BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7333BD is #8CCC42. Grayscale: #555555. Windows color (decimal): -9227331 or 12399475. OLE color: 12399475.

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

Color convert

RGB 115 51 189 -
CMYK 0.39 0.73 0 0.26
HSL 267.83º 0.58% 0.47% -
HSV(B) 267.83º 0.73% 0.74% -
XYZ 17.44 9.69 49.09 -
YUV 85.87 186.2 148.78 -
System Red Green Blue C M Y K H S L
Decimal 115 51 189 0.39 0.73 0 0.26 267.83 0.58 0.47
Hex 73 33 BD 27 49 0 1A 10C 3A 2F
Octal 163 63 275 47 111 0 32 414 72 57
Binary 1110011 110011 10111101 100111 1001001 0 11010 100001100 111010 101111

Color Harmonies of #7333BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7333BD

Black with #7333BD

Text Example


Text Example

White with #7333BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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