Html Css Color HEX #712FCD Purple Heart

📋 copy color: '#712FCD'

red 113 ◦ green 47 ◦ blue 205

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

Shades of Purple Heart #712FCD

Tints of Purple Heart #712FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 56.16%

R = 30.96%
G = 12.88%
B = 56.16%

CMYK

 C value IS 0.45

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#712FCD (or 0x712FCD) is known color: Purple Heart. HEX triplet: 71, 2F and CD. RGB value is (113,47,205). Sum of RGB (Red+Green+Blue) = 113+47+205=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 47 (18.75% from 255 or 12.88% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #712FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712FCD is #8ED032. Grayscale: #545454. Windows color (decimal): -9359411 or 13447025. OLE color: 13447025.

HSL color Cylindrical-coordinate representation of color #712FCD: hue angle of 265.06º 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 #712FCD is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 47 205 -
CMYK 0.45 0.77 0 0.20
HSL 265.06º 0.63% 0.49% -
HSV(B) 265.06º 0.77% 0.8% -
XYZ 18.85 9.95 58.69 -
YUV 84.75 195.87 148.15 -
System Red Green Blue C M Y K H S L
Decimal 113 47 205 0.45 0.77 0 0.20 265.06 0.63 0.49
Hex 71 2F CD 2D 4D 0 14 109 3F 31
Octal 161 57 315 55 115 0 24 411 77 61
Binary 1110001 101111 11001101 101101 1001101 0 10100 100001001 111111 110001

Color Harmonies of #712FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712FCD

Black with #712FCD

Text Example


Text Example

White with #712FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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