Html Css Color HEX #7323BE Purple Heart

📋 copy color: '#7323BE'

red 115 ◦ green 35 ◦ blue 190

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

Shades of Purple Heart #7323BE

Tints of Purple Heart #7323BE

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.29%

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

R = 33.82%
G = 10.29%
B = 55.88%

CMYK

 C value IS 0.39

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7323BE (or 0x7323BE) is known color: Purple Heart. HEX triplet: 73, 23 and BE. RGB value is (115,35,190). Sum of RGB (Red+Green+Blue) = 115+35+190=340 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.82% from 340); Green value is 35 (14.06% from 255 or 10.29% from 340); Blue value is 190 (74.61% from 255 or 55.88% from 340); Max value from RGB is 190 - color contains mainly: blue. Hex color #7323BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7323BE is #8CDC41. Grayscale: #4C4C4C. Windows color (decimal): -9231426 or 12460915. OLE color: 12460915.

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

Color convert

RGB 115 35 190 -
CMYK 0.39 0.82 0 0.25
HSL 270.97º 0.69% 0.44% -
HSV(B) 270.97º 0.82% 0.75% -
XYZ 16.97 8.56 49.47 -
YUV 76.59 192 155.4 -
System Red Green Blue C M Y K H S L
Decimal 115 35 190 0.39 0.82 0 0.25 270.97 0.69 0.44
Hex 73 23 BE 27 52 0 19 10F 45 2C
Octal 163 43 276 47 122 0 31 417 105 54
Binary 1110011 100011 10111110 100111 1010010 0 11001 100001111 1000101 101100

Color Harmonies of #7323BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7323BE

Black with #7323BE

Text Example


Text Example

White with #7323BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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