Html Css Color HEX #7B1AC0 Purple Heart

📋 copy color: '#7B1AC0'

red 123 ◦ green 26 ◦ blue 192

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

Shades of Purple Heart #7B1AC0

Tints of Purple Heart #7B1AC0

RGB

 RED value IS 123 (48.44% from 255) = 36.07%

 GREEN value IS 26 (10.55% from 255) = 7.62%

 BLUE value IS 192 (75.39% from 255) = 56.3%

R = 36.07%
G = 7.62%
B = 56.3%

CMYK

 C value IS 0.36

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7B1AC0 (or 0x7B1AC0) is known color: Purple Heart. HEX triplet: 7B, 1A and C0. RGB value is (123,26,192). Sum of RGB (Red+Green+Blue) = 123+26+192=341 (45% of max value = 765). Red value is 123 (48.44% from 255 or 36.07% from 341); Green value is 26 (10.55% from 255 or 7.62% from 341); Blue value is 192 (75.39% from 255 or 56.30% from 341); Max value from RGB is 192 - color contains mainly: blue. Hex color #7B1AC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B1AC0 is #84E53F. Grayscale: #494949. Windows color (decimal): -8709440 or 12589691. OLE color: 12589691.

HSL color Cylindrical-coordinate representation of color #7B1AC0: hue angle of 275.06º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7B1AC0 is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 123 26 192 -
CMYK 0.36 0.86 0 0.25
HSL 275.06º 0.76% 0.43% -
HSV(B) 275.06º 0.86% 0.75% -
XYZ 18.05 8.76 50.61 -
YUV 73.93 194.64 163 -
System Red Green Blue C M Y K H S L
Decimal 123 26 192 0.36 0.86 0 0.25 275.06 0.76 0.43
Hex 7B 1A C0 24 56 0 19 113 4C 2B
Octal 173 32 300 44 126 0 31 423 114 53
Binary 1111011 11010 11000000 100100 1010110 0 11001 100010011 1001100 101011

Color Harmonies of #7B1AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1AC0

Black with #7B1AC0

Text Example


Text Example

White with #7B1AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B1AC0; }

 p { color: rgb(123,26,192); }

 H1.HeaderClassName
 {
   color: #7B1AC0;
 }
 .AnyTagClassName
 {
   color: #7B1AC0;
 }
</style>

background-color css

<style>
 a { background-color: #7B1AC0; }

 a { background-color: rgb(123,26,192); }

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

border-color css

<style>
 span { border-color: #7B1AC0; }

 span { border-color: rgb(123,26,192); }

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