Html Css Color HEX #7035BE Purple Heart

📋 copy color: '#7035BE'

red 112 ◦ green 53 ◦ blue 190

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

Shades of Purple Heart #7035BE

Tints of Purple Heart #7035BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.52%

R = 31.55%
G = 14.93%
B = 53.52%

CMYK

 C value IS 0.41

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7035BE (or 0x7035BE) is known color: Purple Heart. HEX triplet: 70, 35 and BE. RGB value is (112,53,190). Sum of RGB (Red+Green+Blue) = 112+53+190=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 53 (21.09% from 255 or 14.93% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #7035BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7035BE is #8FCA41. Grayscale: #555555. Windows color (decimal): -9423426 or 12465520. OLE color: 12465520.

HSL color Cylindrical-coordinate representation of color #7035BE: hue angle of 265.84º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7035BE is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 53 190 -
CMYK 0.41 0.72 0 0.25
HSL 265.84º 0.56% 0.48% -
HSV(B) 265.84º 0.72% 0.75% -
XYZ 17.25 9.71 49.68 -
YUV 86.26 186.55 146.36 -
System Red Green Blue C M Y K H S L
Decimal 112 53 190 0.41 0.72 0 0.25 265.84 0.56 0.48
Hex 70 35 BE 29 48 0 19 10A 38 30
Octal 160 65 276 51 110 0 31 412 70 60
Binary 1110000 110101 10111110 101001 1001000 0 11001 100001010 111000 110000

Color Harmonies of #7035BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7035BE

Black with #7035BE

Text Example


Text Example

White with #7035BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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