Html Css Color HEX #7D38C9 Purple Heart

📋 copy color: '#7D38C9'

red 125 ◦ green 56 ◦ blue 201

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

Shades of Purple Heart #7D38C9

Tints of Purple Heart #7D38C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 52.62%

R = 32.72%
G = 14.66%
B = 52.62%

CMYK

 C value IS 0.38

 M value IS 0.72

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7D38C9 (or 0x7D38C9) is known color: Purple Heart. HEX triplet: 7D, 38 and C9. RGB value is (125,56,201). Sum of RGB (Red+Green+Blue) = 125+56+201=382 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.72% from 382); Green value is 56 (22.27% from 255 or 14.66% from 382); Blue value is 201 (78.91% from 255 or 52.62% from 382); Max value from RGB is 201 - color contains mainly: blue. Hex color #7D38C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D38C9 is #82C736. Grayscale: #5C5C5C. Windows color (decimal): -8570679 or 13187197. OLE color: 13187197.

HSL color Cylindrical-coordinate representation of color #7D38C9: hue angle of 268.55º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7D38C9 is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 125 56 201 -
CMYK 0.38 0.72 0 0.21
HSL 268.55º 0.57% 0.5% -
HSV(B) 268.55º 0.72% 0.79% -
XYZ 20.41 11.41 56.38 -
YUV 93.16 188.86 150.71 -
System Red Green Blue C M Y K H S L
Decimal 125 56 201 0.38 0.72 0 0.21 268.55 0.57 0.5
Hex 7D 38 C9 26 48 0 15 10D 39 32
Octal 175 70 311 46 110 0 25 415 71 62
Binary 1111101 111000 11001001 100110 1001000 0 10101 100001101 111001 110010

Color Harmonies of #7D38C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D38C9

Black with #7D38C9

Text Example


Text Example

White with #7D38C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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