Html Css Color HEX #7D33BC Purple Heart

📋 copy color: '#7D33BC'

red 125 ◦ green 51 ◦ blue 188

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

Shades of Purple Heart #7D33BC

Tints of Purple Heart #7D33BC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.01%

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

R = 34.34%
G = 14.01%
B = 51.65%

CMYK

 C value IS 0.34

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7D33BC (or 0x7D33BC) is known color: Purple Heart. HEX triplet: 7D, 33 and BC. RGB value is (125,51,188). Sum of RGB (Red+Green+Blue) = 125+51+188=364 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.34% from 364); Green value is 51 (20.31% from 255 or 14.01% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #7D33BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D33BC is #82CC43. Grayscale: #585858. Windows color (decimal): -8571972 or 12333949. OLE color: 12333949.

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

Color convert

RGB 125 51 188 -
CMYK 0.34 0.73 0 0.26
HSL 272.41º 0.57% 0.47% -
HSV(B) 272.41º 0.73% 0.74% -
XYZ 18.72 10.36 48.59 -
YUV 88.74 184.02 153.86 -
System Red Green Blue C M Y K H S L
Decimal 125 51 188 0.34 0.73 0 0.26 272.41 0.57 0.47
Hex 7D 33 BC 22 49 0 1A 110 39 2F
Octal 175 63 274 42 111 0 32 420 71 57
Binary 1111101 110011 10111100 100010 1001001 0 11010 100010000 111001 101111

Color Harmonies of #7D33BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D33BC

Black with #7D33BC

Text Example


Text Example

White with #7D33BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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