Html Css Color HEX #7422CC Purple Heart

📋 copy color: '#7422CC'

red 116 ◦ green 34 ◦ blue 204

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

Shades of Purple Heart #7422CC

Tints of Purple Heart #7422CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 57.63%

R = 32.77%
G = 9.6%
B = 57.63%

CMYK

 C value IS 0.43

 M value IS 0.83

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7422CC (or 0x7422CC) is known color: Purple Heart. HEX triplet: 74, 22 and CC. RGB value is (116,34,204). Sum of RGB (Red+Green+Blue) = 116+34+204=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 34 (13.67% from 255 or 9.60% from 354); Blue value is 204 (80.08% from 255 or 57.63% from 354); Max value from RGB is 204 - color contains mainly: blue. Hex color #7422CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7422CC is #8BDD33. Grayscale: #4D4D4D. Windows color (decimal): -9166132 or 13378164. OLE color: 13378164.

HSL color Cylindrical-coordinate representation of color #7422CC: hue angle of 268.94º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7422CC is Cyan = 0.43, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 116 34 204 -
CMYK 0.43 0.83 0 0.2
HSL 268.94º 0.71% 0.47% -
HSV(B) 268.94º 0.83% 0.8% -
XYZ 18.67 9.22 57.92 -
YUV 77.9 199.17 155.18 -
System Red Green Blue C M Y K H S L
Decimal 116 34 204 0.43 0.83 0 0.2 268.94 0.71 0.47
Hex 74 22 CC 2B 53 0 14 10D 47 2F
Octal 164 42 314 53 123 0 24 415 107 57
Binary 1110100 100010 11001100 101011 1010011 0 10100 100001101 1000111 101111

Color Harmonies of #7422CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7422CC

Black with #7422CC

Text Example


Text Example

White with #7422CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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