Html Css Color HEX #7B25BA Purple Heart

📋 copy color: '#7B25BA'

red 123 ◦ green 37 ◦ blue 186

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

Shades of Purple Heart #7B25BA

Tints of Purple Heart #7B25BA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.69%

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

R = 35.55%
G = 10.69%
B = 53.76%

CMYK

 C value IS 0.34

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7B25BA (or 0x7B25BA) is known color: Purple Heart. HEX triplet: 7B, 25 and BA. RGB value is (123,37,186). Sum of RGB (Red+Green+Blue) = 123+37+186=346 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.55% from 346); Green value is 37 (14.84% from 255 or 10.69% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #7B25BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B25BA is #84DA45. Grayscale: #4F4F4F. Windows color (decimal): -8706630 or 12199291. OLE color: 12199291.

HSL color Cylindrical-coordinate representation of color #7B25BA: hue angle of 274.63º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7B25BA is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 123 37 186 -
CMYK 0.34 0.80 0 0.27
HSL 274.63º 0.67% 0.44% -
HSV(B) 274.63º 0.8% 0.73% -
XYZ 17.69 9.08 47.27 -
YUV 79.7 187.99 158.88 -
System Red Green Blue C M Y K H S L
Decimal 123 37 186 0.34 0.80 0 0.27 274.63 0.67 0.44
Hex 7B 25 BA 22 50 0 1B 113 43 2C
Octal 173 45 272 42 120 0 33 423 103 54
Binary 1111011 100101 10111010 100010 1010000 0 11011 100010011 1000011 101100

Color Harmonies of #7B25BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B25BA

Black with #7B25BA

Text Example


Text Example

White with #7B25BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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