Html Css Color HEX #7127CC Purple Heart

📋 copy color: '#7127CC'

red 113 ◦ green 39 ◦ blue 204

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

Shades of Purple Heart #7127CC

Tints of Purple Heart #7127CC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.96%

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

R = 31.74%
G = 10.96%
B = 57.3%

CMYK

 C value IS 0.45

 M value IS 0.81

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7127CC (or 0x7127CC) is known color: Purple Heart. HEX triplet: 71, 27 and CC. RGB value is (113,39,204). Sum of RGB (Red+Green+Blue) = 113+39+204=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 39 (15.62% from 255 or 10.96% from 356); Blue value is 204 (80.08% from 255 or 57.30% from 356); Max value from RGB is 204 - color contains mainly: blue. Hex color #7127CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7127CC is #8ED833. Grayscale: #4F4F4F. Windows color (decimal): -9361460 or 13379441. OLE color: 13379441.

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

Color convert

RGB 113 39 204 -
CMYK 0.45 0.81 0 0.2
HSL 266.91º 0.68% 0.48% -
HSV(B) 266.91º 0.81% 0.8% -
XYZ 18.43 9.32 57.95 -
YUV 79.94 198.02 151.58 -
System Red Green Blue C M Y K H S L
Decimal 113 39 204 0.45 0.81 0 0.2 266.91 0.68 0.48
Hex 71 27 CC 2D 51 0 14 10B 44 30
Octal 161 47 314 55 121 0 24 413 104 60
Binary 1110001 100111 11001100 101101 1010001 0 10100 100001011 1000100 110000

Color Harmonies of #7127CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7127CC

Black with #7127CC

Text Example


Text Example

White with #7127CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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