Html Css Color HEX #7B19C0 Purple Heart

📋 copy color: '#7B19C0'

red 123 ◦ green 25 ◦ blue 192

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

Shades of Purple Heart #7B19C0

Tints of Purple Heart #7B19C0

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.35%

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

R = 36.18%
G = 7.35%
B = 56.47%

CMYK

 C value IS 0.36

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7B19C0 (or 0x7B19C0) is known color: Purple Heart. HEX triplet: 7B, 19 and C0. RGB value is (123,25,192). Sum of RGB (Red+Green+Blue) = 123+25+192=340 (45% of max value = 765). Red value is 123 (48.44% from 255 or 36.18% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 192 (75.39% from 255 or 56.47% from 340); Max value from RGB is 192 - color contains mainly: blue. Hex color #7B19C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B19C0 is #84E63F. Grayscale: #484848. Windows color (decimal): -8709696 or 12589435. OLE color: 12589435.

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

Color convert

RGB 123 25 192 -
CMYK 0.36 0.87 0 0.25
HSL 275.21º 0.77% 0.43% -
HSV(B) 275.21º 0.87% 0.75% -
XYZ 18.03 8.71 50.6 -
YUV 73.34 194.97 163.42 -
System Red Green Blue C M Y K H S L
Decimal 123 25 192 0.36 0.87 0 0.25 275.21 0.77 0.43
Hex 7B 19 C0 24 57 0 19 113 4D 2B
Octal 173 31 300 44 127 0 31 423 115 53
Binary 1111011 11001 11000000 100100 1010111 0 11001 100010011 1001101 101011

Color Harmonies of #7B19C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B19C0

Black with #7B19C0

Text Example


Text Example

White with #7B19C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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