Html Css Color HEX #713BBC Purple Heart

📋 copy color: '#713BBC'

red 113 ◦ green 59 ◦ blue 188

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

Shades of Purple Heart #713BBC

Tints of Purple Heart #713BBC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.39%

 BLUE value IS 188 (73.83% from 255) = 52.22%

R = 31.39%
G = 16.39%
B = 52.22%

CMYK

 C value IS 0.40

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#713BBC (or 0x713BBC) is known color: Purple Heart. HEX triplet: 71, 3B and BC. RGB value is (113,59,188). Sum of RGB (Red+Green+Blue) = 113+59+188=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 59 (23.44% from 255 or 16.39% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #713BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713BBC is #8EC443. Grayscale: #595959. Windows color (decimal): -9356356 or 12335985. OLE color: 12335985.

HSL color Cylindrical-coordinate representation of color #713BBC: hue angle of 265.12º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #713BBC is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 59 188 -
CMYK 0.40 0.69 0 0.26
HSL 265.12º 0.52% 0.48% -
HSV(B) 265.12º 0.69% 0.74% -
XYZ 17.45 10.27 48.64 -
YUV 89.85 183.39 144.51 -
System Red Green Blue C M Y K H S L
Decimal 113 59 188 0.40 0.69 0 0.26 265.12 0.52 0.48
Hex 71 3B BC 28 45 0 1A 109 34 30
Octal 161 73 274 50 105 0 32 411 64 60
Binary 1110001 111011 10111100 101000 1000101 0 11010 100001001 110100 110000

Color Harmonies of #713BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713BBC

Black with #713BBC

Text Example


Text Example

White with #713BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,59,188); }

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

background-color css

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

 a { background-color: rgb(113,59,188); }

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

border-color css

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

 span { border-color: rgb(113,59,188); }

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