Html Css Color HEX #7333CE Purple Heart

📋 copy color: '#7333CE'

red 115 ◦ green 51 ◦ blue 206

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

Shades of Purple Heart #7333CE

Tints of Purple Heart #7333CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.38%

R = 30.91%
G = 13.71%
B = 55.38%

CMYK

 C value IS 0.44

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7333CE (or 0x7333CE) is known color: Purple Heart. HEX triplet: 73, 33 and CE. RGB value is (115,51,206). Sum of RGB (Red+Green+Blue) = 115+51+206=372 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.91% from 372); Green value is 51 (20.31% from 255 or 13.71% from 372); Blue value is 206 (80.86% from 255 or 55.38% from 372); Max value from RGB is 206 - color contains mainly: blue. Hex color #7333CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7333CE is #8CCC31. Grayscale: #575757. Windows color (decimal): -9227314 or 13513587. OLE color: 13513587.

HSL color Cylindrical-coordinate representation of color #7333CE: hue angle of 264.77º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7333CE is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 51 206 -
CMYK 0.44 0.75 0 0.19
HSL 264.77º 0.61% 0.5% -
HSV(B) 264.77º 0.75% 0.81% -
XYZ 19.39 10.47 59.39 -
YUV 87.81 194.7 147.4 -
System Red Green Blue C M Y K H S L
Decimal 115 51 206 0.44 0.75 0 0.19 264.77 0.61 0.5
Hex 73 33 CE 2C 4B 0 13 109 3D 32
Octal 163 63 316 54 113 0 23 411 75 62
Binary 1110011 110011 11001110 101100 1001011 0 10011 100001001 111101 110010

Color Harmonies of #7333CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7333CE

Black with #7333CE

Text Example


Text Example

White with #7333CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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