Html Css Color HEX #7B25B6 Purple Heart

📋 copy color: '#7B25B6'

red 123 ◦ green 37 ◦ blue 182

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

Shades of Purple Heart #7B25B6

Tints of Purple Heart #7B25B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 53.22%

R = 35.96%
G = 10.82%
B = 53.22%

CMYK

 C value IS 0.32

 M value IS 0.80

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7B25B6 (or 0x7B25B6) is known color: Purple Heart. HEX triplet: 7B, 25 and B6. RGB value is (123,37,182). Sum of RGB (Red+Green+Blue) = 123+37+182=342 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.96% from 342); Green value is 37 (14.84% from 255 or 10.82% from 342); Blue value is 182 (71.48% from 255 or 53.22% from 342); Max value from RGB is 182 - color contains mainly: blue. Hex color #7B25B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B25B6 is #84DA49. Grayscale: #4E4E4E. Windows color (decimal): -8706634 or 11937147. OLE color: 11937147.

HSL color Cylindrical-coordinate representation of color #7B25B6: hue angle of 275.59º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7B25B6 is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 123 37 182 -
CMYK 0.32 0.80 0 0.29
HSL 275.59º 0.66% 0.43% -
HSV(B) 275.59º 0.8% 0.71% -
XYZ 17.27 8.91 45.07 -
YUV 79.24 185.99 159.21 -
System Red Green Blue C M Y K H S L
Decimal 123 37 182 0.32 0.80 0 0.29 275.59 0.66 0.43
Hex 7B 25 B6 20 50 0 1D 114 42 2B
Octal 173 45 266 40 120 0 35 424 102 53
Binary 1111011 100101 10110110 100000 1010000 0 11101 100010100 1000010 101011

Color Harmonies of #7B25B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B25B6

Black with #7B25B6

Text Example


Text Example

White with #7B25B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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