Html Css Color HEX #712FCC Purple Heart

📋 copy color: '#712FCC'

red 113 ◦ green 47 ◦ blue 204

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

Shades of Purple Heart #712FCC

Tints of Purple Heart #712FCC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.91%

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

R = 31.04%
G = 12.91%
B = 56.04%

CMYK

 C value IS 0.45

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#712FCC (or 0x712FCC) is known color: Purple Heart. HEX triplet: 71, 2F and CC. RGB value is (113,47,204). Sum of RGB (Red+Green+Blue) = 113+47+204=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 47 (18.75% from 255 or 12.91% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #712FCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712FCC is #8ED033. Grayscale: #545454. Windows color (decimal): -9359412 or 13381489. OLE color: 13381489.

HSL color Cylindrical-coordinate representation of color #712FCC: hue angle of 265.22º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #712FCC is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 113 47 204 -
CMYK 0.45 0.77 0 0.2
HSL 265.22º 0.63% 0.49% -
HSV(B) 265.22º 0.77% 0.8% -
XYZ 18.73 9.9 58.05 -
YUV 84.63 195.37 148.23 -
System Red Green Blue C M Y K H S L
Decimal 113 47 204 0.45 0.77 0 0.2 265.22 0.63 0.49
Hex 71 2F CC 2D 4D 0 14 109 3F 31
Octal 161 57 314 55 115 0 24 411 77 61
Binary 1110001 101111 11001100 101101 1001101 0 10100 100001001 111111 110001

Color Harmonies of #712FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712FCC

Black with #712FCC

Text Example


Text Example

White with #712FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712FCC; }

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

 H1.HeaderClassName
 {
   color: #712FCC;
 }
 .AnyTagClassName
 {
   color: #712FCC;
 }
</style>

background-color css

<style>
 a { background-color: #712FCC; }

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

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

border-color css

<style>
 span { border-color: #712FCC; }

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

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