Html Css Color HEX #7025BA Purple Heart

📋 copy color: '#7025BA'

red 112 ◦ green 37 ◦ blue 186

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

Shades of Purple Heart #7025BA

Tints of Purple Heart #7025BA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.04%

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

R = 33.43%
G = 11.04%
B = 55.52%

CMYK

 C value IS 0.40

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7025BA (or 0x7025BA) is known color: Purple Heart. HEX triplet: 70, 25 and BA. RGB value is (112,37,186). Sum of RGB (Red+Green+Blue) = 112+37+186=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 37 (14.84% from 255 or 11.04% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #7025BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7025BA is #8FDA45. Grayscale: #4B4B4B. Windows color (decimal): -9427526 or 12199280. OLE color: 12199280.

HSL color Cylindrical-coordinate representation of color #7025BA: hue angle of 270.2º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7025BA is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 37 186 -
CMYK 0.40 0.80 0 0.27
HSL 270.2º 0.67% 0.44% -
HSV(B) 270.2º 0.8% 0.73% -
XYZ 16.21 8.31 47.2 -
YUV 76.41 189.85 153.38 -
System Red Green Blue C M Y K H S L
Decimal 112 37 186 0.40 0.80 0 0.27 270.2 0.67 0.44
Hex 70 25 BA 28 50 0 1B 10E 43 2C
Octal 160 45 272 50 120 0 33 416 103 54
Binary 1110000 100101 10111010 101000 1010000 0 11011 100001110 1000011 101100

Color Harmonies of #7025BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7025BA

Black with #7025BA

Text Example


Text Example

White with #7025BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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