Html Css Color HEX #713BB6 Purple Heart

📋 copy color: '#713BB6'

red 113 ◦ green 59 ◦ blue 182

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

Shades of Purple Heart #713BB6

Tints of Purple Heart #713BB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 51.41%

R = 31.92%
G = 16.67%
B = 51.41%

CMYK

 C value IS 0.38

 M value IS 0.68

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#713BB6 (or 0x713BB6) is known color: Purple Heart. HEX triplet: 71, 3B and B6. RGB value is (113,59,182). Sum of RGB (Red+Green+Blue) = 113+59+182=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 59 (23.44% from 255 or 16.67% from 354); Blue value is 182 (71.48% from 255 or 51.41% from 354); Max value from RGB is 182 - color contains mainly: blue. Hex color #713BB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713BB6 is #8EC449. Grayscale: #585858. Windows color (decimal): -9356362 or 11942769. OLE color: 11942769.

HSL color Cylindrical-coordinate representation of color #713BB6: hue angle of 266.34º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #713BB6 is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 113 59 182 -
CMYK 0.38 0.68 0 0.29
HSL 266.34º 0.51% 0.47% -
HSV(B) 266.34º 0.68% 0.71% -
XYZ 16.82 10.02 45.3 -
YUV 89.17 180.39 145 -
System Red Green Blue C M Y K H S L
Decimal 113 59 182 0.38 0.68 0 0.29 266.34 0.51 0.47
Hex 71 3B B6 26 44 0 1D 10A 33 2F
Octal 161 73 266 46 104 0 35 412 63 57
Binary 1110001 111011 10110110 100110 1000100 0 11101 100001010 110011 101111

Color Harmonies of #713BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713BB6

Black with #713BB6

Text Example


Text Example

White with #713BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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