Html Css Color HEX #7423BD Purple Heart

📋 copy color: '#7423BD'

red 116 ◦ green 35 ◦ blue 189

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

Shades of Purple Heart #7423BD

Tints of Purple Heart #7423BD

RGB

 RED value IS 116 (45.7% from 255) = 34.12%

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

 BLUE value IS 189 (74.22% from 255) = 55.59%

R = 34.12%
G = 10.29%
B = 55.59%

CMYK

 C value IS 0.39

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7423BD (or 0x7423BD) is known color: Purple Heart. HEX triplet: 74, 23 and BD. RGB value is (116,35,189). Sum of RGB (Red+Green+Blue) = 116+35+189=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 35 (14.06% from 255 or 10.29% from 340); Blue value is 189 (74.22% from 255 or 55.59% from 340); Max value from RGB is 189 - color contains mainly: blue. Hex color #7423BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7423BD is #8BDC42. Grayscale: #4C4C4C. Windows color (decimal): -9165891 or 12395380. OLE color: 12395380.

HSL color Cylindrical-coordinate representation of color #7423BD: hue angle of 271.56º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7423BD is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 35 189 -
CMYK 0.39 0.81 0 0.26
HSL 271.56º 0.69% 0.44% -
HSV(B) 271.56º 0.81% 0.74% -
XYZ 16.99 8.59 48.91 -
YUV 76.78 191.34 155.98 -
System Red Green Blue C M Y K H S L
Decimal 116 35 189 0.39 0.81 0 0.26 271.56 0.69 0.44
Hex 74 23 BD 27 51 0 1A 110 45 2C
Octal 164 43 275 47 121 0 32 420 105 54
Binary 1110100 100011 10111101 100111 1010001 0 11010 100010000 1000101 101100

Color Harmonies of #7423BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7423BD

Black with #7423BD

Text Example


Text Example

White with #7423BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7423BD; }

 p { color: rgb(116,35,189); }

 H1.HeaderClassName
 {
   color: #7423BD;
 }
 .AnyTagClassName
 {
   color: #7423BD;
 }
</style>

background-color css

<style>
 a { background-color: #7423BD; }

 a { background-color: rgb(116,35,189); }

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

border-color css

<style>
 span { border-color: #7423BD; }

 span { border-color: rgb(116,35,189); }

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