Html Css Color HEX #7B22BA Purple Heart

📋 copy color: '#7B22BA'

red 123 ◦ green 34 ◦ blue 186

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

Shades of Purple Heart #7B22BA

Tints of Purple Heart #7B22BA

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.91%

 BLUE value IS 186 (73.05% from 255) = 54.23%

R = 35.86%
G = 9.91%
B = 54.23%

CMYK

 C value IS 0.34

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7B22BA (or 0x7B22BA) is known color: Purple Heart. HEX triplet: 7B, 22 and BA. RGB value is (123,34,186). Sum of RGB (Red+Green+Blue) = 123+34+186=343 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.86% from 343); Green value is 34 (13.67% from 255 or 9.91% from 343); Blue value is 186 (73.05% from 255 or 54.23% from 343); Max value from RGB is 186 - color contains mainly: blue. Hex color #7B22BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B22BA is #84DD45. Grayscale: #4D4D4D. Windows color (decimal): -8707398 or 12198523. OLE color: 12198523.

HSL color Cylindrical-coordinate representation of color #7B22BA: hue angle of 275.13º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7B22BA is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 123 34 186 -
CMYK 0.34 0.82 0 0.27
HSL 275.13º 0.69% 0.43% -
HSV(B) 275.13º 0.82% 0.73% -
XYZ 17.6 8.9 47.24 -
YUV 77.94 188.99 160.14 -
System Red Green Blue C M Y K H S L
Decimal 123 34 186 0.34 0.82 0 0.27 275.13 0.69 0.43
Hex 7B 22 BA 22 52 0 1B 113 45 2B
Octal 173 42 272 42 122 0 33 423 105 53
Binary 1111011 100010 10111010 100010 1010010 0 11011 100010011 1000101 101011

Color Harmonies of #7B22BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B22BA

Black with #7B22BA

Text Example


Text Example

White with #7B22BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,34,186); }

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

background-color css

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

 a { background-color: rgb(123,34,186); }

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

border-color css

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

 span { border-color: rgb(123,34,186); }

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