Html Css Color HEX #7138CC Purple Heart

📋 copy color: '#7138CC'

red 113 ◦ green 56 ◦ blue 204

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

Shades of Purple Heart #7138CC

Tints of Purple Heart #7138CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.69%

R = 30.29%
G = 15.01%
B = 54.69%

CMYK

 C value IS 0.45

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7138CC (or 0x7138CC) is known color: Purple Heart. HEX triplet: 71, 38 and CC. RGB value is (113,56,204). Sum of RGB (Red+Green+Blue) = 113+56+204=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 56 (22.27% from 255 or 15.01% from 373); Blue value is 204 (80.08% from 255 or 54.69% from 373); Max value from RGB is 204 - color contains mainly: blue. Hex color #7138CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7138CC is #8EC733. Grayscale: #595959. Windows color (decimal): -9357108 or 13383793. OLE color: 13383793.

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

Color convert

RGB 113 56 204 -
CMYK 0.45 0.73 0 0.2
HSL 263.11º 0.59% 0.51% -
HSV(B) 263.11º 0.73% 0.8% -
XYZ 19.12 10.7 58.18 -
YUV 89.92 192.38 144.47 -
System Red Green Blue C M Y K H S L
Decimal 113 56 204 0.45 0.73 0 0.2 263.11 0.59 0.51
Hex 71 38 CC 2D 49 0 14 107 3B 33
Octal 161 70 314 55 111 0 24 407 73 63
Binary 1110001 111000 11001100 101101 1001001 0 10100 100000111 111011 110011

Color Harmonies of #7138CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7138CC

Black with #7138CC

Text Example


Text Example

White with #7138CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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