Html Css Color HEX #7D43CC Purple Heart

📋 copy color: '#7D43CC'

red 125 ◦ green 67 ◦ blue 204

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

Shades of Purple Heart #7D43CC

Tints of Purple Heart #7D43CC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.92%

 BLUE value IS 204 (80.08% from 255) = 51.52%

R = 31.57%
G = 16.92%
B = 51.52%

CMYK

 C value IS 0.39

 M value IS 0.67

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7D43CC (or 0x7D43CC) is known color: Purple Heart. HEX triplet: 7D, 43 and CC. RGB value is (125,67,204). Sum of RGB (Red+Green+Blue) = 125+67+204=396 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.57% from 396); Green value is 67 (26.56% from 255 or 16.92% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #7D43CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D43CC is #82BC33. Grayscale: #636363. Windows color (decimal): -8567860 or 13386621. OLE color: 13386621.

HSL color Cylindrical-coordinate representation of color #7D43CC: hue angle of 265.4º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7D43CC is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 125 67 204 -
CMYK 0.39 0.67 0 0.2
HSL 265.4º 0.57% 0.53% -
HSV(B) 265.4º 0.67% 0.8% -
XYZ 21.36 12.73 58.46 -
YUV 99.96 186.72 145.86 -
System Red Green Blue C M Y K H S L
Decimal 125 67 204 0.39 0.67 0 0.2 265.4 0.57 0.53
Hex 7D 43 CC 27 43 0 14 109 39 35
Octal 175 103 314 47 103 0 24 411 71 65
Binary 1111101 1000011 11001100 100111 1000011 0 10100 100001001 111001 110101

Color Harmonies of #7D43CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D43CC

Black with #7D43CC

Text Example


Text Example

White with #7D43CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,67,204); }

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

background-color css

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

 a { background-color: rgb(125,67,204); }

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

border-color css

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

 span { border-color: rgb(125,67,204); }

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