Html Css Color HEX #7025B1 Purple Heart

📋 copy color: '#7025B1'

red 112 ◦ green 37 ◦ blue 177

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

Shades of Purple Heart #7025B1

Tints of Purple Heart #7025B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 54.29%

R = 34.36%
G = 11.35%
B = 54.29%

CMYK

 C value IS 0.37

 M value IS 0.79

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7025B1 (or 0x7025B1) is known color: Purple Heart. HEX triplet: 70, 25 and B1. RGB value is (112,37,177). Sum of RGB (Red+Green+Blue) = 112+37+177=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 177 (69.53% from 255 or 54.29% from 326); Max value from RGB is 177 - color contains mainly: blue. Hex color #7025B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7025B1 is #8FDA4E. Grayscale: #4A4A4A. Windows color (decimal): -9427535 or 11609456. OLE color: 11609456.

HSL color Cylindrical-coordinate representation of color #7025B1: hue angle of 272.14º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7025B1 is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 112 37 177 -
CMYK 0.37 0.79 0 0.31
HSL 272.14º 0.65% 0.42% -
HSV(B) 272.14º 0.79% 0.69% -
XYZ 15.28 7.94 42.32 -
YUV 75.39 185.35 154.12 -
System Red Green Blue C M Y K H S L
Decimal 112 37 177 0.37 0.79 0 0.31 272.14 0.65 0.42
Hex 70 25 B1 25 4F 0 1F 110 41 2A
Octal 160 45 261 45 117 0 37 420 101 52
Binary 1110000 100101 10110001 100101 1001111 0 11111 100010000 1000001 101010

Color Harmonies of #7025B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7025B1

Black with #7025B1

Text Example


Text Example

White with #7025B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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