Html Css Color HEX #4718CF Purple Heart

📋 copy color: '#4718CF'

red 71 ◦ green 24 ◦ blue 207

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

Shades of Purple Heart #4718CF

Tints of Purple Heart #4718CF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.95%

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

R = 23.51%
G = 7.95%
B = 68.54%

CMYK

 C value IS 0.66

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4718CF (or 0x4718CF) is known color: Purple Heart. HEX triplet: 47, 18 and CF. RGB value is (71,24,207). Sum of RGB (Red+Green+Blue) = 71+24+207=302 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.51% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 207 (81.25% from 255 or 68.54% from 302); Max value from RGB is 207 - color contains mainly: blue. Hex color #4718CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4718CF is #B8E730. Grayscale: #3A3A3A. Windows color (decimal): -12117809 or 13572167. OLE color: 13572167.

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

Color convert

RGB 71 24 207 -
CMYK 0.66 0.88 0 0.19
HSL 255.41º 0.79% 0.45% -
HSV(B) 255.41º 0.88% 0.81% -
XYZ 14.19 6.5 59.54 -
YUV 58.92 211.57 136.62 -
System Red Green Blue C M Y K H S L
Decimal 71 24 207 0.66 0.88 0 0.19 255.41 0.79 0.45
Hex 47 18 CF 42 58 0 13 FF 4F 2D
Octal 107 30 317 102 130 0 23 377 117 55
Binary 1000111 11000 11001111 1000010 1011000 0 10011 11111111 1001111 101101

Color Harmonies of #4718CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4718CF

Black with #4718CF

Text Example


Text Example

White with #4718CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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