Html Css Color HEX #7D16BC Purple Heart

📋 copy color: '#7D16BC'

red 125 ◦ green 22 ◦ blue 188

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

Shades of Purple Heart #7D16BC

Tints of Purple Heart #7D16BC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.57%

 BLUE value IS 188 (73.83% from 255) = 56.12%

R = 37.31%
G = 6.57%
B = 56.12%

CMYK

 C value IS 0.34

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7D16BC (or 0x7D16BC) is known color: Purple Heart. HEX triplet: 7D, 16 and BC. RGB value is (125,22,188). Sum of RGB (Red+Green+Blue) = 125+22+188=335 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.31% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 188 (73.83% from 255 or 56.12% from 335); Max value from RGB is 188 - color contains mainly: blue. Hex color #7D16BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D16BC is #82E943. Grayscale: #474747. Windows color (decimal): -8579396 or 12326525. OLE color: 12326525.

HSL color Cylindrical-coordinate representation of color #7D16BC: hue angle of 277.23º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7D16BC is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 125 22 188 -
CMYK 0.34 0.88 0 0.26
HSL 277.23º 0.79% 0.41% -
HSV(B) 277.23º 0.88% 0.74% -
XYZ 17.82 8.56 48.29 -
YUV 71.72 193.62 166 -
System Red Green Blue C M Y K H S L
Decimal 125 22 188 0.34 0.88 0 0.26 277.23 0.79 0.41
Hex 7D 16 BC 22 58 0 1A 115 4F 29
Octal 175 26 274 42 130 0 32 425 117 51
Binary 1111101 10110 10111100 100010 1011000 0 11010 100010101 1001111 101001

Color Harmonies of #7D16BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D16BC

Black with #7D16BC

Text Example


Text Example

White with #7D16BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,22,188); }

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

background-color css

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

 a { background-color: rgb(125,22,188); }

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

border-color css

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

 span { border-color: rgb(125,22,188); }

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