Html Css Color HEX #4726CF Purple Heart

📋 copy color: '#4726CF'

red 71 ◦ green 38 ◦ blue 207

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

Shades of Purple Heart #4726CF

Tints of Purple Heart #4726CF

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.03%

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

R = 22.47%
G = 12.03%
B = 65.51%

CMYK

 C value IS 0.66

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4726CF (or 0x4726CF) is known color: Purple Heart. HEX triplet: 47, 26 and CF. RGB value is (71,38,207). Sum of RGB (Red+Green+Blue) = 71+38+207=316 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.47% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 207 (81.25% from 255 or 65.51% from 316); Max value from RGB is 207 - color contains mainly: blue. Hex color #4726CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4726CF is #B8D930. Grayscale: #424242. Windows color (decimal): -12114225 or 13575751. OLE color: 13575751.

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

Color convert

RGB 71 38 207 -
CMYK 0.66 0.82 0 0.19
HSL 251.72º 0.69% 0.48% -
HSV(B) 251.72º 0.82% 0.81% -
XYZ 14.55 7.23 59.66 -
YUV 67.13 206.93 130.76 -
System Red Green Blue C M Y K H S L
Decimal 71 38 207 0.66 0.82 0 0.19 251.72 0.69 0.48
Hex 47 26 CF 42 52 0 13 FC 45 30
Octal 107 46 317 102 122 0 23 374 105 60
Binary 1000111 100110 11001111 1000010 1010010 0 10011 11111100 1000101 110000

Color Harmonies of #4726CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4726CF

Black with #4726CF

Text Example


Text Example

White with #4726CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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