Html Css Color HEX #7333D0 Purple Heart

📋 copy color: '#7333D0'

red 115 ◦ green 51 ◦ blue 208

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

Shades of Purple Heart #7333D0

Tints of Purple Heart #7333D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 55.61%

R = 30.75%
G = 13.64%
B = 55.61%

CMYK

 C value IS 0.45

 M value IS 0.75

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7333D0 (or 0x7333D0) is known color: Purple Heart. HEX triplet: 73, 33 and D0. RGB value is (115,51,208). Sum of RGB (Red+Green+Blue) = 115+51+208=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 51 (20.31% from 255 or 13.64% from 374); Blue value is 208 (81.64% from 255 or 55.61% from 374); Max value from RGB is 208 - color contains mainly: blue. Hex color #7333D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7333D0 is #8CCC2F. Grayscale: #575757. Windows color (decimal): -9227312 or 13644659. OLE color: 13644659.

HSL color Cylindrical-coordinate representation of color #7333D0: hue angle of 264.46º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7333D0 is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 115 51 208 -
CMYK 0.45 0.75 0 0.18
HSL 264.46º 0.63% 0.51% -
HSV(B) 264.46º 0.75% 0.82% -
XYZ 19.64 10.57 60.68 -
YUV 88.03 195.7 147.23 -
System Red Green Blue C M Y K H S L
Decimal 115 51 208 0.45 0.75 0 0.18 264.46 0.63 0.51
Hex 73 33 D0 2D 4B 0 12 108 3F 33
Octal 163 63 320 55 113 0 22 410 77 63
Binary 1110011 110011 11010000 101101 1001011 0 10010 100001000 111111 110011

Color Harmonies of #7333D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7333D0

Black with #7333D0

Text Example


Text Example

White with #7333D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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