Html Css Color HEX #7027BB Purple Heart

📋 copy color: '#7027BB'

red 112 ◦ green 39 ◦ blue 187

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

Shades of Purple Heart #7027BB

Tints of Purple Heart #7027BB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.54%

 BLUE value IS 187 (73.44% from 255) = 55.33%

R = 33.14%
G = 11.54%
B = 55.33%

CMYK

 C value IS 0.40

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7027BB (or 0x7027BB) is known color: Purple Heart. HEX triplet: 70, 27 and BB. RGB value is (112,39,187). Sum of RGB (Red+Green+Blue) = 112+39+187=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 187 (73.44% from 255 or 55.33% from 338); Max value from RGB is 187 - color contains mainly: blue. Hex color #7027BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7027BB is #8FD844. Grayscale: #4D4D4D. Windows color (decimal): -9427013 or 12265328. OLE color: 12265328.

HSL color Cylindrical-coordinate representation of color #7027BB: hue angle of 269.59º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7027BB is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 39 187 -
CMYK 0.40 0.79 0 0.27
HSL 269.59º 0.65% 0.44% -
HSV(B) 269.59º 0.79% 0.73% -
XYZ 16.38 8.48 47.79 -
YUV 77.7 189.68 152.47 -
System Red Green Blue C M Y K H S L
Decimal 112 39 187 0.40 0.79 0 0.27 269.59 0.65 0.44
Hex 70 27 BB 28 4F 0 1B 10E 41 2C
Octal 160 47 273 50 117 0 33 416 101 54
Binary 1110000 100111 10111011 101000 1001111 0 11011 100001110 1000001 101100

Color Harmonies of #7027BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7027BB

Black with #7027BB

Text Example


Text Example

White with #7027BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7027BB; }

 p { color: rgb(112,39,187); }

 H1.HeaderClassName
 {
   color: #7027BB;
 }
 .AnyTagClassName
 {
   color: #7027BB;
 }
</style>

background-color css

<style>
 a { background-color: #7027BB; }

 a { background-color: rgb(112,39,187); }

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

border-color css

<style>
 span { border-color: #7027BB; }

 span { border-color: rgb(112,39,187); }

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