Html Css Color HEX #713CB6 Purple Heart

📋 copy color: '#713CB6'

red 113 ◦ green 60 ◦ blue 182

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

Shades of Purple Heart #713CB6

Tints of Purple Heart #713CB6

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.9%

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

R = 31.83%
G = 16.9%
B = 51.27%

CMYK

 C value IS 0.38

 M value IS 0.67

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#713CB6 (or 0x713CB6) is known color: Purple Heart. HEX triplet: 71, 3C and B6. RGB value is (113,60,182). Sum of RGB (Red+Green+Blue) = 113+60+182=355 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.83% from 355); Green value is 60 (23.83% from 255 or 16.90% from 355); Blue value is 182 (71.48% from 255 or 51.27% from 355); Max value from RGB is 182 - color contains mainly: blue. Hex color #713CB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713CB6 is #8EC349. Grayscale: #595959. Windows color (decimal): -9356106 or 11943025. OLE color: 11943025.

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

Color convert

RGB 113 60 182 -
CMYK 0.38 0.67 0 0.29
HSL 266.07º 0.5% 0.47% -
HSV(B) 266.07º 0.67% 0.71% -
XYZ 16.87 10.12 45.32 -
YUV 89.76 180.06 144.58 -
System Red Green Blue C M Y K H S L
Decimal 113 60 182 0.38 0.67 0 0.29 266.07 0.5 0.47
Hex 71 3C B6 26 43 0 1D 10A 32 2F
Octal 161 74 266 46 103 0 35 412 62 57
Binary 1110001 111100 10110110 100110 1000011 0 11101 100001010 110010 101111

Color Harmonies of #713CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713CB6

Black with #713CB6

Text Example


Text Example

White with #713CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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