Html Css Color HEX #7138CE Purple Heart

📋 copy color: '#7138CE'

red 113 ◦ green 56 ◦ blue 206

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

Shades of Purple Heart #7138CE

Tints of Purple Heart #7138CE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.93%

 BLUE value IS 206 (80.86% from 255) = 54.93%

R = 30.13%
G = 14.93%
B = 54.93%

CMYK

 C value IS 0.45

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7138CE (or 0x7138CE) is known color: Purple Heart. HEX triplet: 71, 38 and CE. RGB value is (113,56,206). Sum of RGB (Red+Green+Blue) = 113+56+206=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #7138CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7138CE is #8EC731. Grayscale: #595959. Windows color (decimal): -9357106 or 13514865. OLE color: 13514865.

HSL color Cylindrical-coordinate representation of color #7138CE: hue angle of 262.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7138CE is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 56 206 -
CMYK 0.45 0.73 0 0.19
HSL 262.8º 0.6% 0.51% -
HSV(B) 262.8º 0.73% 0.81% -
XYZ 19.36 10.8 59.46 -
YUV 90.14 193.38 144.3 -
System Red Green Blue C M Y K H S L
Decimal 113 56 206 0.45 0.73 0 0.19 262.8 0.6 0.51
Hex 71 38 CE 2D 49 0 13 107 3C 33
Octal 161 70 316 55 111 0 23 407 74 63
Binary 1110001 111000 11001110 101101 1001001 0 10011 100000111 111100 110011

Color Harmonies of #7138CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7138CE

Black with #7138CE

Text Example


Text Example

White with #7138CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7138CE; }

 p { color: rgb(113,56,206); }

 H1.HeaderClassName
 {
   color: #7138CE;
 }
 .AnyTagClassName
 {
   color: #7138CE;
 }
</style>

background-color css

<style>
 a { background-color: #7138CE; }

 a { background-color: rgb(113,56,206); }

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

border-color css

<style>
 span { border-color: #7138CE; }

 span { border-color: rgb(113,56,206); }

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