Html Css Color HEX #7124CC Purple Heart

📋 copy color: '#7124CC'

red 113 ◦ green 36 ◦ blue 204

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

Shades of Purple Heart #7124CC

Tints of Purple Heart #7124CC

RGB

 RED value IS 113 (44.53% from 255) = 32.01%

 GREEN value IS 36 (14.45% from 255) = 10.2%

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

R = 32.01%
G = 10.2%
B = 57.79%

CMYK

 C value IS 0.45

 M value IS 0.82

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7124CC (or 0x7124CC) is known color: Purple Heart. HEX triplet: 71, 24 and CC. RGB value is (113,36,204). Sum of RGB (Red+Green+Blue) = 113+36+204=353 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.01% from 353); Green value is 36 (14.45% from 255 or 10.20% from 353); Blue value is 204 (80.08% from 255 or 57.79% from 353); Max value from RGB is 204 - color contains mainly: blue. Hex color #7124CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7124CC is #8EDB33. Grayscale: #4D4D4D. Windows color (decimal): -9362228 or 13378673. OLE color: 13378673.

HSL color Cylindrical-coordinate representation of color #7124CC: hue angle of 267.5º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7124CC is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 113 36 204 -
CMYK 0.45 0.82 0 0.2
HSL 267.5º 0.7% 0.47% -
HSV(B) 267.5º 0.82% 0.8% -
XYZ 18.34 9.13 57.92 -
YUV 78.18 199.01 152.84 -
System Red Green Blue C M Y K H S L
Decimal 113 36 204 0.45 0.82 0 0.2 267.5 0.7 0.47
Hex 71 24 CC 2D 52 0 14 10C 46 2F
Octal 161 44 314 55 122 0 24 414 106 57
Binary 1110001 100100 11001100 101101 1010010 0 10100 100001100 1000110 101111

Color Harmonies of #7124CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7124CC

Black with #7124CC

Text Example


Text Example

White with #7124CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7124CC; }

 p { color: rgb(113,36,204); }

 H1.HeaderClassName
 {
   color: #7124CC;
 }
 .AnyTagClassName
 {
   color: #7124CC;
 }
</style>

background-color css

<style>
 a { background-color: #7124CC; }

 a { background-color: rgb(113,36,204); }

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

border-color css

<style>
 span { border-color: #7124CC; }

 span { border-color: rgb(113,36,204); }

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