Html Css Color HEX #7227BD Purple Heart

📋 copy color: '#7227BD'

red 114 ◦ green 39 ◦ blue 189

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

Shades of Purple Heart #7227BD

Tints of Purple Heart #7227BD

RGB

 RED value IS 114 (44.92% from 255) = 33.33%

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

 BLUE value IS 189 (74.22% from 255) = 55.26%

R = 33.33%
G = 11.4%
B = 55.26%

CMYK

 C value IS 0.40

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7227BD (or 0x7227BD) is known color: Purple Heart. HEX triplet: 72, 27 and BD. RGB value is (114,39,189). Sum of RGB (Red+Green+Blue) = 114+39+189=342 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.33% from 342); Green value is 39 (15.62% from 255 or 11.40% from 342); Blue value is 189 (74.22% from 255 or 55.26% from 342); Max value from RGB is 189 - color contains mainly: blue. Hex color #7227BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7227BD is #8DD842. Grayscale: #4E4E4E. Windows color (decimal): -9295939 or 12396402. OLE color: 12396402.

HSL color Cylindrical-coordinate representation of color #7227BD: hue angle of 270º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7227BD is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 114 39 189 -
CMYK 0.40 0.79 0 0.26
HSL 270º 0.66% 0.45% -
HSV(B) 270º 0.79% 0.74% -
XYZ 16.85 8.7 48.94 -
YUV 78.53 190.35 153.3 -
System Red Green Blue C M Y K H S L
Decimal 114 39 189 0.40 0.79 0 0.26 270 0.66 0.45
Hex 72 27 BD 28 4F 0 1A 10E 42 2D
Octal 162 47 275 50 117 0 32 416 102 55
Binary 1110010 100111 10111101 101000 1001111 0 11010 100001110 1000010 101101

Color Harmonies of #7227BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7227BD

Black with #7227BD

Text Example


Text Example

White with #7227BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7227BD; }

 p { color: rgb(114,39,189); }

 H1.HeaderClassName
 {
   color: #7227BD;
 }
 .AnyTagClassName
 {
   color: #7227BD;
 }
</style>

background-color css

<style>
 a { background-color: #7227BD; }

 a { background-color: rgb(114,39,189); }

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

border-color css

<style>
 span { border-color: #7227BD; }

 span { border-color: rgb(114,39,189); }

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