Html Css Color HEX #7D22BA Purple Heart

📋 copy color: '#7D22BA'

red 125 ◦ green 34 ◦ blue 186

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

Shades of Purple Heart #7D22BA

Tints of Purple Heart #7D22BA

RGB

 RED value IS 125 (49.22% from 255) = 36.23%

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

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

R = 36.23%
G = 9.86%
B = 53.91%

CMYK

 C value IS 0.33

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7D22BA (or 0x7D22BA) is known color: Purple Heart. HEX triplet: 7D, 22 and BA. RGB value is (125,34,186). Sum of RGB (Red+Green+Blue) = 125+34+186=345 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.23% from 345); Green value is 34 (13.67% from 255 or 9.86% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #7D22BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D22BA is #82DD45. Grayscale: #4E4E4E. Windows color (decimal): -8576326 or 12198525. OLE color: 12198525.

HSL color Cylindrical-coordinate representation of color #7D22BA: hue angle of 275.92º 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 #7D22BA is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 34 186 -
CMYK 0.33 0.82 0 0.27
HSL 275.92º 0.69% 0.43% -
HSV(B) 275.92º 0.82% 0.73% -
XYZ 17.89 9.05 47.26 -
YUV 78.54 188.65 161.14 -
System Red Green Blue C M Y K H S L
Decimal 125 34 186 0.33 0.82 0 0.27 275.92 0.69 0.43
Hex 7D 22 BA 21 52 0 1B 114 45 2B
Octal 175 42 272 41 122 0 33 424 105 53
Binary 1111101 100010 10111010 100001 1010010 0 11011 100010100 1000101 101011

Color Harmonies of #7D22BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D22BA

Black with #7D22BA

Text Example


Text Example

White with #7D22BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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