Html Css Color HEX #713CBC Purple Heart

📋 copy color: '#713CBC'

red 113 ◦ green 60 ◦ blue 188

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

Shades of Purple Heart #713CBC

Tints of Purple Heart #713CBC

RGB

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

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

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

R = 31.3%
G = 16.62%
B = 52.08%

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

#713CBC (or 0x713CBC) is known color: Purple Heart. HEX triplet: 71, 3C and BC. RGB value is (113,60,188). Sum of RGB (Red+Green+Blue) = 113+60+188=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 60 (23.83% from 255 or 16.62% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #713CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713CBC is #8EC343. Grayscale: #595959. Windows color (decimal): -9356100 or 12336241. OLE color: 12336241.

HSL color Cylindrical-coordinate representation of color #713CBC: hue angle of 264.84º 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 #713CBC is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 60 188 -
CMYK 0.40 0.68 0 0.26
HSL 264.84º 0.52% 0.49% -
HSV(B) 264.84º 0.68% 0.74% -
XYZ 17.5 10.37 48.66 -
YUV 90.44 183.06 144.09 -
System Red Green Blue C M Y K H S L
Decimal 113 60 188 0.40 0.68 0 0.26 264.84 0.52 0.49
Hex 71 3C BC 28 44 0 1A 109 34 31
Octal 161 74 274 50 104 0 32 411 64 61
Binary 1110001 111100 10111100 101000 1000100 0 11010 100001001 110100 110001

Color Harmonies of #713CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713CBC

Black with #713CBC

Text Example


Text Example

White with #713CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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