Html Css Color HEX #7125CC Purple Heart

📋 copy color: '#7125CC'

red 113 ◦ green 37 ◦ blue 204

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

Shades of Purple Heart #7125CC

Tints of Purple Heart #7125CC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.45%

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

R = 31.92%
G = 10.45%
B = 57.63%

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

#7125CC (or 0x7125CC) is known color: Purple Heart. HEX triplet: 71, 25 and CC. RGB value is (113,37,204). Sum of RGB (Red+Green+Blue) = 113+37+204=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 37 (14.84% from 255 or 10.45% from 354); Blue value is 204 (80.08% from 255 or 57.63% from 354); Max value from RGB is 204 - color contains mainly: blue. Hex color #7125CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7125CC is #8EDA33. Grayscale: #4E4E4E. Windows color (decimal): -9361972 or 13378929. OLE color: 13378929.

HSL color Cylindrical-coordinate representation of color #7125CC: hue angle of 267.31º degrees, saturation: 0.69, 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 #7125CC is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 113 37 204 -
CMYK 0.45 0.82 0 0.2
HSL 267.31º 0.69% 0.47% -
HSV(B) 267.31º 0.82% 0.8% -
XYZ 18.37 9.19 57.93 -
YUV 78.76 198.68 152.42 -
System Red Green Blue C M Y K H S L
Decimal 113 37 204 0.45 0.82 0 0.2 267.31 0.69 0.47
Hex 71 25 CC 2D 52 0 14 10B 45 2F
Octal 161 45 314 55 122 0 24 413 105 57
Binary 1110001 100101 11001100 101101 1010010 0 10100 100001011 1000101 101111

Color Harmonies of #7125CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7125CC

Black with #7125CC

Text Example


Text Example

White with #7125CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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