Html Css Color HEX #7135CE Purple Heart

📋 copy color: '#7135CE'

red 113 ◦ green 53 ◦ blue 206

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

Shades of Purple Heart #7135CE

Tints of Purple Heart #7135CE

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.25%

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

R = 30.38%
G = 14.25%
B = 55.38%

CMYK

 C value IS 0.45

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7135CE (or 0x7135CE) is known color: Purple Heart. HEX triplet: 71, 35 and CE. RGB value is (113,53,206). Sum of RGB (Red+Green+Blue) = 113+53+206=372 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.38% from 372); Green value is 53 (21.09% from 255 or 14.25% from 372); Blue value is 206 (80.86% from 255 or 55.38% from 372); Max value from RGB is 206 - color contains mainly: blue. Hex color #7135CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7135CE is #8ECA31. Grayscale: #575757. Windows color (decimal): -9357874 or 13514097. OLE color: 13514097.

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

Color convert

RGB 113 53 206 -
CMYK 0.45 0.74 0 0.19
HSL 263.53º 0.61% 0.51% -
HSV(B) 263.53º 0.74% 0.81% -
XYZ 19.22 10.51 59.41 -
YUV 88.38 194.38 145.56 -
System Red Green Blue C M Y K H S L
Decimal 113 53 206 0.45 0.74 0 0.19 263.53 0.61 0.51
Hex 71 35 CE 2D 4A 0 13 108 3D 33
Octal 161 65 316 55 112 0 23 410 75 63
Binary 1110001 110101 11001110 101101 1001010 0 10011 100001000 111101 110011

Color Harmonies of #7135CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7135CE

Black with #7135CE

Text Example


Text Example

White with #7135CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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