Html Css Color HEX #713DCB Purple Heart

📋 copy color: '#713DCB'

red 113 ◦ green 61 ◦ blue 203

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

Shades of Purple Heart #713DCB

Tints of Purple Heart #713DCB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.18%

 BLUE value IS 203 (79.69% from 255) = 53.85%

R = 29.97%
G = 16.18%
B = 53.85%

CMYK

 C value IS 0.44

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#713DCB (or 0x713DCB) is known color: Purple Heart. HEX triplet: 71, 3D and CB. RGB value is (113,61,203). Sum of RGB (Red+Green+Blue) = 113+61+203=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 61 (24.22% from 255 or 16.18% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #713DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713DCB is #8EC234. Grayscale: #5C5C5C. Windows color (decimal): -9355829 or 13319537. OLE color: 13319537.

HSL color Cylindrical-coordinate representation of color #713DCB: hue angle of 261.97º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #713DCB is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 61 203 -
CMYK 0.44 0.70 0 0.20
HSL 261.97º 0.58% 0.52% -
HSV(B) 261.97º 0.7% 0.8% -
XYZ 19.26 11.16 57.64 -
YUV 92.74 190.23 142.45 -
System Red Green Blue C M Y K H S L
Decimal 113 61 203 0.44 0.70 0 0.20 261.97 0.58 0.52
Hex 71 3D CB 2C 46 0 14 106 3A 34
Octal 161 75 313 54 106 0 24 406 72 64
Binary 1110001 111101 11001011 101100 1000110 0 10100 100000110 111010 110100

Color Harmonies of #713DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713DCB

Black with #713DCB

Text Example


Text Example

White with #713DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713DCB; }

 p { color: rgb(113,61,203); }

 H1.HeaderClassName
 {
   color: #713DCB;
 }
 .AnyTagClassName
 {
   color: #713DCB;
 }
</style>

background-color css

<style>
 a { background-color: #713DCB; }

 a { background-color: rgb(113,61,203); }

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

border-color css

<style>
 span { border-color: #713DCB; }

 span { border-color: rgb(113,61,203); }

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