Html Css Color HEX #713FCB Purple Heart

📋 copy color: '#713FCB'

red 113 ◦ green 63 ◦ blue 203

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

Shades of Purple Heart #713FCB

Tints of Purple Heart #713FCB

RGB

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

 GREEN value IS 63 (25% from 255) = 16.62%

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

R = 29.82%
G = 16.62%
B = 53.56%

CMYK

 C value IS 0.44

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#713FCB (or 0x713FCB) is known color: Purple Heart. HEX triplet: 71, 3F and CB. RGB value is (113,63,203). Sum of RGB (Red+Green+Blue) = 113+63+203=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #713FCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713FCB is #8EC034. Grayscale: #5D5D5D. Windows color (decimal): -9355317 or 13320049. OLE color: 13320049.

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

Color convert

RGB 113 63 203 -
CMYK 0.44 0.69 0 0.20
HSL 261.43º 0.57% 0.52% -
HSV(B) 261.43º 0.69% 0.8% -
XYZ 19.37 11.38 57.68 -
YUV 93.91 189.57 141.62 -
System Red Green Blue C M Y K H S L
Decimal 113 63 203 0.44 0.69 0 0.20 261.43 0.57 0.52
Hex 71 3F CB 2C 45 0 14 105 39 34
Octal 161 77 313 54 105 0 24 405 71 64
Binary 1110001 111111 11001011 101100 1000101 0 10100 100000101 111001 110100

Color Harmonies of #713FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713FCB

Black with #713FCB

Text Example


Text Example

White with #713FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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