Html Css Color HEX #7123BC Purple Heart

📋 copy color: '#7123BC'

red 113 ◦ green 35 ◦ blue 188

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

Shades of Purple Heart #7123BC

Tints of Purple Heart #7123BC

RGB

 RED value IS 113 (44.53% from 255) = 33.63%

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

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

R = 33.63%
G = 10.42%
B = 55.95%

CMYK

 C value IS 0.40

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7123BC (or 0x7123BC) is known color: Purple Heart. HEX triplet: 71, 23 and BC. RGB value is (113,35,188). Sum of RGB (Red+Green+Blue) = 113+35+188=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 35 (14.06% from 255 or 10.42% from 336); Blue value is 188 (73.83% from 255 or 55.95% from 336); Max value from RGB is 188 - color contains mainly: blue. Hex color #7123BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7123BC is #8EDC43. Grayscale: #4B4B4B. Windows color (decimal): -9362500 or 12329841. OLE color: 12329841.

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

Color convert

RGB 113 35 188 -
CMYK 0.40 0.81 0 0.26
HSL 270.59º 0.69% 0.44% -
HSV(B) 270.59º 0.81% 0.74% -
XYZ 16.49 8.34 48.32 -
YUV 75.76 191.34 154.56 -
System Red Green Blue C M Y K H S L
Decimal 113 35 188 0.40 0.81 0 0.26 270.59 0.69 0.44
Hex 71 23 BC 28 51 0 1A 10F 45 2C
Octal 161 43 274 50 121 0 32 417 105 54
Binary 1110001 100011 10111100 101000 1010001 0 11010 100001111 1000101 101100

Color Harmonies of #7123BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7123BC

Black with #7123BC

Text Example


Text Example

White with #7123BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,35,188); }

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

background-color css

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

 a { background-color: rgb(113,35,188); }

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

border-color css

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

 span { border-color: rgb(113,35,188); }

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