Html Css Color HEX #713CBD Purple Heart

📋 copy color: '#713CBD'

red 113 ◦ green 60 ◦ blue 189

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

Shades of Purple Heart #713CBD

Tints of Purple Heart #713CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.21%

R = 31.22%
G = 16.57%
B = 52.21%

CMYK

 C value IS 0.40

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#713CBD (or 0x713CBD) is known color: Purple Heart. HEX triplet: 71, 3C and BD. RGB value is (113,60,189). Sum of RGB (Red+Green+Blue) = 113+60+189=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 60 (23.83% from 255 or 16.57% from 362); Blue value is 189 (74.22% from 255 or 52.21% from 362); Max value from RGB is 189 - color contains mainly: blue. Hex color #713CBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713CBD is #8EC342. Grayscale: #5A5A5A. Windows color (decimal): -9356099 or 12401777. OLE color: 12401777.

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

Color convert

RGB 113 60 189 -
CMYK 0.40 0.68 0 0.26
HSL 264.65º 0.52% 0.49% -
HSV(B) 264.65º 0.68% 0.74% -
XYZ 17.61 10.42 49.23 -
YUV 90.55 183.56 144.01 -
System Red Green Blue C M Y K H S L
Decimal 113 60 189 0.40 0.68 0 0.26 264.65 0.52 0.49
Hex 71 3C BD 28 44 0 1A 109 34 31
Octal 161 74 275 50 104 0 32 411 64 61
Binary 1110001 111100 10111101 101000 1000100 0 11010 100001001 110100 110001

Color Harmonies of #713CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713CBD

Black with #713CBD

Text Example


Text Example

White with #713CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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