Html Css Color HEX #713CCB Purple Heart

📋 copy color: '#713CCB'

red 113 ◦ green 60 ◦ blue 203

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

Shades of Purple Heart #713CCB

Tints of Purple Heart #713CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.99%

R = 30.05%
G = 15.96%
B = 53.99%

CMYK

 C value IS 0.44

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#713CCB (or 0x713CCB) is known color: Purple Heart. HEX triplet: 71, 3C and CB. RGB value is (113,60,203). Sum of RGB (Red+Green+Blue) = 113+60+203=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 60 (23.83% from 255 or 15.96% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #713CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713CCB is #8EC334. Grayscale: #5B5B5B. Windows color (decimal): -9356085 or 13319281. OLE color: 13319281.

HSL color Cylindrical-coordinate representation of color #713CCB: hue angle of 262.24º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #713CCB is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 60 203 -
CMYK 0.44 0.70 0 0.20
HSL 262.24º 0.58% 0.52% -
HSV(B) 262.24º 0.7% 0.8% -
XYZ 19.21 11.05 57.62 -
YUV 92.15 190.56 142.87 -
System Red Green Blue C M Y K H S L
Decimal 113 60 203 0.44 0.70 0 0.20 262.24 0.58 0.52
Hex 71 3C CB 2C 46 0 14 106 3A 34
Octal 161 74 313 54 106 0 24 406 72 64
Binary 1110001 111100 11001011 101100 1000110 0 10100 100000110 111010 110100

Color Harmonies of #713CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713CCB

Black with #713CCB

Text Example


Text Example

White with #713CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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