Html Css Color HEX #4718CC Purple Heart

📋 copy color: '#4718CC'

red 71 ◦ green 24 ◦ blue 204

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

Shades of Purple Heart #4718CC

Tints of Purple Heart #4718CC

RGB

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

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

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

R = 23.75%
G = 8.03%
B = 68.23%

CMYK

 C value IS 0.65

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4718CC (or 0x4718CC) is known color: Purple Heart. HEX triplet: 47, 18 and CC. RGB value is (71,24,204). Sum of RGB (Red+Green+Blue) = 71+24+204=299 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.75% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 204 (80.08% from 255 or 68.23% from 299); Max value from RGB is 204 - color contains mainly: blue. Hex color #4718CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4718CC is #B8E733. Grayscale: #393939. Windows color (decimal): -12117812 or 13375559. OLE color: 13375559.

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

Color convert

RGB 71 24 204 -
CMYK 0.65 0.88 0 0.2
HSL 255.67º 0.79% 0.45% -
HSV(B) 255.67º 0.88% 0.8% -
XYZ 13.82 6.35 57.62 -
YUV 58.57 210.07 136.86 -
System Red Green Blue C M Y K H S L
Decimal 71 24 204 0.65 0.88 0 0.2 255.67 0.79 0.45
Hex 47 18 CC 41 58 0 14 100 4F 2D
Octal 107 30 314 101 130 0 24 400 117 55
Binary 1000111 11000 11001100 1000001 1011000 0 10100 100000000 1001111 101101

Color Harmonies of #4718CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4718CC

Black with #4718CC

Text Example


Text Example

White with #4718CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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