Html Css Color HEX #4722CF Purple Heart

📋 copy color: '#4722CF'

red 71 ◦ green 34 ◦ blue 207

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

Shades of Purple Heart #4722CF

Tints of Purple Heart #4722CF

RGB

 RED value IS 71 (28.13% from 255) = 22.76%

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

 BLUE value IS 207 (81.25% from 255) = 66.35%

R = 22.76%
G = 10.9%
B = 66.35%

CMYK

 C value IS 0.66

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4722CF (or 0x4722CF) is known color: Purple Heart. HEX triplet: 47, 22 and CF. RGB value is (71,34,207). Sum of RGB (Red+Green+Blue) = 71+34+207=312 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.76% from 312); Green value is 34 (13.67% from 255 or 10.90% from 312); Blue value is 207 (81.25% from 255 or 66.35% from 312); Max value from RGB is 207 - color contains mainly: blue. Hex color #4722CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4722CF is #B8DD30. Grayscale: #404040. Windows color (decimal): -12115249 or 13574727. OLE color: 13574727.

HSL color Cylindrical-coordinate representation of color #4722CF: hue angle of 252.83º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4722CF is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 34 207 -
CMYK 0.66 0.84 0 0.19
HSL 252.83º 0.72% 0.47% -
HSV(B) 252.83º 0.84% 0.81% -
XYZ 14.43 6.99 59.62 -
YUV 64.79 208.26 132.43 -
System Red Green Blue C M Y K H S L
Decimal 71 34 207 0.66 0.84 0 0.19 252.83 0.72 0.47
Hex 47 22 CF 42 54 0 13 FD 48 2F
Octal 107 42 317 102 124 0 23 375 110 57
Binary 1000111 100010 11001111 1000010 1010100 0 10011 11111101 1001000 101111

Color Harmonies of #4722CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4722CF

Black with #4722CF

Text Example


Text Example

White with #4722CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4722CF; }

 p { color: rgb(71,34,207); }

 H1.HeaderClassName
 {
   color: #4722CF;
 }
 .AnyTagClassName
 {
   color: #4722CF;
 }
</style>

background-color css

<style>
 a { background-color: #4722CF; }

 a { background-color: rgb(71,34,207); }

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

border-color css

<style>
 span { border-color: #4722CF; }

 span { border-color: rgb(71,34,207); }

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