Html Css Color HEX #7035BA Purple Heart

📋 copy color: '#7035BA'

red 112 ◦ green 53 ◦ blue 186

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

Shades of Purple Heart #7035BA

Tints of Purple Heart #7035BA

RGB

 RED value IS 112 (44.14% from 255) = 31.91%

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

 BLUE value IS 186 (73.05% from 255) = 52.99%

R = 31.91%
G = 15.1%
B = 52.99%

CMYK

 C value IS 0.40

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7035BA (or 0x7035BA) is known color: Purple Heart. HEX triplet: 70, 35 and BA. RGB value is (112,53,186). Sum of RGB (Red+Green+Blue) = 112+53+186=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #7035BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7035BA is #8FCA45. Grayscale: #555555. Windows color (decimal): -9423430 or 12203376. OLE color: 12203376.

HSL color Cylindrical-coordinate representation of color #7035BA: hue angle of 266.62º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7035BA is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 53 186 -
CMYK 0.40 0.72 0 0.27
HSL 266.62º 0.56% 0.47% -
HSV(B) 266.62º 0.72% 0.73% -
XYZ 16.82 9.54 47.41 -
YUV 85.8 184.55 146.69 -
System Red Green Blue C M Y K H S L
Decimal 112 53 186 0.40 0.72 0 0.27 266.62 0.56 0.47
Hex 70 35 BA 28 48 0 1B 10B 38 2F
Octal 160 65 272 50 110 0 33 413 70 57
Binary 1110000 110101 10111010 101000 1001000 0 11011 100001011 111000 101111

Color Harmonies of #7035BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7035BA

Black with #7035BA

Text Example


Text Example

White with #7035BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7035BA; }

 p { color: rgb(112,53,186); }

 H1.HeaderClassName
 {
   color: #7035BA;
 }
 .AnyTagClassName
 {
   color: #7035BA;
 }
</style>

background-color css

<style>
 a { background-color: #7035BA; }

 a { background-color: rgb(112,53,186); }

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

border-color css

<style>
 span { border-color: #7035BA; }

 span { border-color: rgb(112,53,186); }

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