Html Css Color HEX #7333BC Purple Heart

📋 copy color: '#7333BC'

red 115 ◦ green 51 ◦ blue 188

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

Shades of Purple Heart #7333BC

Tints of Purple Heart #7333BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.11%

R = 32.49%
G = 14.41%
B = 53.11%

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

#7333BC (or 0x7333BC) is known color: Purple Heart. HEX triplet: 73, 33 and BC. RGB value is (115,51,188). Sum of RGB (Red+Green+Blue) = 115+51+188=354 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.49% from 354); Green value is 51 (20.31% from 255 or 14.41% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #7333BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7333BC is #8CCC43. Grayscale: #555555. Windows color (decimal): -9227332 or 12333939. OLE color: 12333939.

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

Color convert

RGB 115 51 188 -
CMYK 0.39 0.73 0 0.26
HSL 268.03º 0.57% 0.47% -
HSV(B) 268.03º 0.73% 0.74% -
XYZ 17.33 9.64 48.52 -
YUV 85.75 185.7 148.86 -
System Red Green Blue C M Y K H S L
Decimal 115 51 188 0.39 0.73 0 0.26 268.03 0.57 0.47
Hex 73 33 BC 27 49 0 1A 10C 39 2F
Octal 163 63 274 47 111 0 32 414 71 57
Binary 1110011 110011 10111100 100111 1001001 0 11010 100001100 111001 101111

Color Harmonies of #7333BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7333BC

Black with #7333BC

Text Example


Text Example

White with #7333BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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