Html Css Color HEX #7B15BE Purple Heart

📋 copy color: '#7B15BE'

red 123 ◦ green 21 ◦ blue 190

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

Shades of Purple Heart #7B15BE

Tints of Purple Heart #7B15BE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.29%

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

R = 36.83%
G = 6.29%
B = 56.89%

CMYK

 C value IS 0.35

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7B15BE (or 0x7B15BE) is known color: Purple Heart. HEX triplet: 7B, 15 and BE. RGB value is (123,21,190). Sum of RGB (Red+Green+Blue) = 123+21+190=334 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.83% from 334); Green value is 21 (8.59% from 255 or 6.29% from 334); Blue value is 190 (74.61% from 255 or 56.89% from 334); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B15BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B15BE is #84EA41. Grayscale: #464646. Windows color (decimal): -8710722 or 12457339. OLE color: 12457339.

HSL color Cylindrical-coordinate representation of color #7B15BE: hue angle of 276.21º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7B15BE is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 123 21 190 -
CMYK 0.35 0.89 0 0.25
HSL 276.21º 0.8% 0.41% -
HSV(B) 276.21º 0.89% 0.75% -
XYZ 17.73 8.46 49.41 -
YUV 70.76 195.29 165.26 -
System Red Green Blue C M Y K H S L
Decimal 123 21 190 0.35 0.89 0 0.25 276.21 0.8 0.41
Hex 7B 15 BE 23 59 0 19 114 50 29
Octal 173 25 276 43 131 0 31 424 120 51
Binary 1111011 10101 10111110 100011 1011001 0 11001 100010100 1010000 101001

Color Harmonies of #7B15BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B15BE

Black with #7B15BE

Text Example


Text Example

White with #7B15BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,21,190); }

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

background-color css

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

 a { background-color: rgb(123,21,190); }

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

border-color css

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

 span { border-color: rgb(123,21,190); }

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