Html Css Color HEX #7422BC Purple Heart

📋 copy color: '#7422BC'

red 116 ◦ green 34 ◦ blue 188

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

Shades of Purple Heart #7422BC

Tints of Purple Heart #7422BC

RGB

 RED value IS 116 (45.7% from 255) = 34.32%

 GREEN value IS 34 (13.67% from 255) = 10.06%

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

R = 34.32%
G = 10.06%
B = 55.62%

CMYK

 C value IS 0.38

 M value IS 0.82

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7422BC (or 0x7422BC) is known color: Purple Heart. HEX triplet: 74, 22 and BC. RGB value is (116,34,188). Sum of RGB (Red+Green+Blue) = 116+34+188=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 34 (13.67% from 255 or 10.06% from 338); Blue value is 188 (73.83% from 255 or 55.62% from 338); Max value from RGB is 188 - color contains mainly: blue. Hex color #7422BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7422BC is #8BDD43. Grayscale: #4B4B4B. Windows color (decimal): -9166148 or 12329588. OLE color: 12329588.

HSL color Cylindrical-coordinate representation of color #7422BC: hue angle of 271.95º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7422BC is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 34 188 -
CMYK 0.38 0.82 0 0.26
HSL 271.95º 0.69% 0.44% -
HSV(B) 271.95º 0.82% 0.74% -
XYZ 16.85 8.49 48.33 -
YUV 76.07 191.17 156.48 -
System Red Green Blue C M Y K H S L
Decimal 116 34 188 0.38 0.82 0 0.26 271.95 0.69 0.44
Hex 74 22 BC 26 52 0 1A 110 45 2C
Octal 164 42 274 46 122 0 32 420 105 54
Binary 1110100 100010 10111100 100110 1010010 0 11010 100010000 1000101 101100

Color Harmonies of #7422BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7422BC

Black with #7422BC

Text Example


Text Example

White with #7422BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,34,188); }

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

background-color css

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

 a { background-color: rgb(116,34,188); }

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

border-color css

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

 span { border-color: rgb(116,34,188); }

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