Html Css Color HEX #7333BE Purple Heart

📋 copy color: '#7333BE'

red 115 ◦ green 51 ◦ blue 190

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

Shades of Purple Heart #7333BE

Tints of Purple Heart #7333BE

RGB

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

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

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

R = 32.3%
G = 14.33%
B = 53.37%

CMYK

 C value IS 0.39

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7333BE (or 0x7333BE) is known color: Purple Heart. HEX triplet: 73, 33 and BE. RGB value is (115,51,190). Sum of RGB (Red+Green+Blue) = 115+51+190=356 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.30% from 356); Green value is 51 (20.31% from 255 or 14.33% from 356); Blue value is 190 (74.61% from 255 or 53.37% from 356); Max value from RGB is 190 - color contains mainly: blue. Hex color #7333BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7333BE is #8CCC41. Grayscale: #555555. Windows color (decimal): -9227330 or 12465011. OLE color: 12465011.

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

Color convert

RGB 115 51 190 -
CMYK 0.39 0.73 0 0.25
HSL 267.63º 0.58% 0.47% -
HSV(B) 267.63º 0.73% 0.75% -
XYZ 17.55 9.73 49.67 -
YUV 85.98 186.7 148.7 -
System Red Green Blue C M Y K H S L
Decimal 115 51 190 0.39 0.73 0 0.25 267.63 0.58 0.47
Hex 73 33 BE 27 49 0 19 10C 3A 2F
Octal 163 63 276 47 111 0 31 414 72 57
Binary 1110011 110011 10111110 100111 1001001 0 11001 100001100 111010 101111

Color Harmonies of #7333BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7333BE

Black with #7333BE

Text Example


Text Example

White with #7333BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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