Html Css Color HEX #7D38BC Purple Heart

📋 copy color: '#7D38BC'

red 125 ◦ green 56 ◦ blue 188

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

Shades of Purple Heart #7D38BC

Tints of Purple Heart #7D38BC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.18%

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

R = 33.88%
G = 15.18%
B = 50.95%

CMYK

 C value IS 0.34

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7D38BC (or 0x7D38BC) is known color: Purple Heart. HEX triplet: 7D, 38 and BC. RGB value is (125,56,188). Sum of RGB (Red+Green+Blue) = 125+56+188=369 (48% of max value = 765). Red value is 125 (49.22% from 255 or 33.88% from 369); Green value is 56 (22.27% from 255 or 15.18% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #7D38BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D38BC is #82C743. Grayscale: #5B5B5B. Windows color (decimal): -8570692 or 12335229. OLE color: 12335229.

HSL color Cylindrical-coordinate representation of color #7D38BC: hue angle of 271.36º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D38BC is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 125 56 188 -
CMYK 0.34 0.70 0 0.26
HSL 271.36º 0.54% 0.48% -
HSV(B) 271.36º 0.7% 0.74% -
XYZ 18.95 10.82 48.67 -
YUV 91.68 182.36 151.77 -
System Red Green Blue C M Y K H S L
Decimal 125 56 188 0.34 0.70 0 0.26 271.36 0.54 0.48
Hex 7D 38 BC 22 46 0 1A 10F 36 30
Octal 175 70 274 42 106 0 32 417 66 60
Binary 1111101 111000 10111100 100010 1000110 0 11010 100001111 110110 110000

Color Harmonies of #7D38BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D38BC

Black with #7D38BC

Text Example


Text Example

White with #7D38BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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