Html Css Color HEX #7D44CB Purple Heart

📋 copy color: '#7D44CB'

red 125 ◦ green 68 ◦ blue 203

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

Shades of Purple Heart #7D44CB

Tints of Purple Heart #7D44CB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.17%

 BLUE value IS 203 (79.69% from 255) = 51.26%

R = 31.57%
G = 17.17%
B = 51.26%

CMYK

 C value IS 0.38

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7D44CB (or 0x7D44CB) is known color: Purple Heart. HEX triplet: 7D, 44 and CB. RGB value is (125,68,203). Sum of RGB (Red+Green+Blue) = 125+68+203=396 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.57% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #7D44CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D44CB is #82BB34. Grayscale: #636363. Windows color (decimal): -8567605 or 13321341. OLE color: 13321341.

HSL color Cylindrical-coordinate representation of color #7D44CB: hue angle of 265.33º degrees, saturation: 0.56, 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 #7D44CB is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 125 68 203 -
CMYK 0.38 0.67 0 0.20
HSL 265.33º 0.56% 0.53% -
HSV(B) 265.33º 0.67% 0.8% -
XYZ 21.3 12.81 57.85 -
YUV 100.43 185.88 145.52 -
System Red Green Blue C M Y K H S L
Decimal 125 68 203 0.38 0.67 0 0.20 265.33 0.56 0.53
Hex 7D 44 CB 26 43 0 14 109 38 35
Octal 175 104 313 46 103 0 24 411 70 65
Binary 1111101 1000100 11001011 100110 1000011 0 10100 100001001 111000 110101

Color Harmonies of #7D44CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D44CB

Black with #7D44CB

Text Example


Text Example

White with #7D44CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,68,203); }

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

background-color css

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

 a { background-color: rgb(125,68,203); }

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

border-color css

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

 span { border-color: rgb(125,68,203); }

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