Html Css Color HEX #7225BC Purple Heart

📋 copy color: '#7225BC'

red 114 ◦ green 37 ◦ blue 188

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

Shades of Purple Heart #7225BC

Tints of Purple Heart #7225BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 55.46%

R = 33.63%
G = 10.91%
B = 55.46%

CMYK

 C value IS 0.39

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7225BC (or 0x7225BC) is known color: Purple Heart. HEX triplet: 72, 25 and BC. RGB value is (114,37,188). Sum of RGB (Red+Green+Blue) = 114+37+188=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 37 (14.84% from 255 or 10.91% from 339); Blue value is 188 (73.83% from 255 or 55.46% from 339); Max value from RGB is 188 - color contains mainly: blue. Hex color #7225BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7225BC is #8DDA43. Grayscale: #4C4C4C. Windows color (decimal): -9296452 or 12330354. OLE color: 12330354.

HSL color Cylindrical-coordinate representation of color #7225BC: hue angle of 270.6º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7225BC is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 114 37 188 -
CMYK 0.39 0.80 0 0.26
HSL 270.6º 0.67% 0.44% -
HSV(B) 270.6º 0.8% 0.74% -
XYZ 16.68 8.53 48.34 -
YUV 77.24 190.51 154.22 -
System Red Green Blue C M Y K H S L
Decimal 114 37 188 0.39 0.80 0 0.26 270.6 0.67 0.44
Hex 72 25 BC 27 50 0 1A 10F 43 2C
Octal 162 45 274 47 120 0 32 417 103 54
Binary 1110010 100101 10111100 100111 1010000 0 11010 100001111 1000011 101100

Color Harmonies of #7225BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7225BC

Black with #7225BC

Text Example


Text Example

White with #7225BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7225BC; }

 p { color: rgb(114,37,188); }

 H1.HeaderClassName
 {
   color: #7225BC;
 }
 .AnyTagClassName
 {
   color: #7225BC;
 }
</style>

background-color css

<style>
 a { background-color: #7225BC; }

 a { background-color: rgb(114,37,188); }

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

border-color css

<style>
 span { border-color: #7225BC; }

 span { border-color: rgb(114,37,188); }

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