Html Css Color HEX #4618D0 Purple Heart

📋 copy color: '#4618D0'

red 70 ◦ green 24 ◦ blue 208

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

Shades of Purple Heart #4618D0

Tints of Purple Heart #4618D0

RGB

 RED value IS 70 (27.73% from 255) = 23.18%

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

 BLUE value IS 208 (81.64% from 255) = 68.87%

R = 23.18%
G = 7.95%
B = 68.87%

CMYK

 C value IS 0.66

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4618D0 (or 0x4618D0) is known color: Purple Heart. HEX triplet: 46, 18 and D0. RGB value is (70,24,208). Sum of RGB (Red+Green+Blue) = 70+24+208=302 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.18% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 208 (81.64% from 255 or 68.87% from 302); Max value from RGB is 208 - color contains mainly: blue. Hex color #4618D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4618D0 is #B9E72F. Grayscale: #3A3A3A. Windows color (decimal): -12183344 or 13637702. OLE color: 13637702.

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

Color convert

RGB 70 24 208 -
CMYK 0.66 0.88 0 0.18
HSL 255º 0.79% 0.45% -
HSV(B) 255º 0.88% 0.82% -
XYZ 14.24 6.51 60.18 -
YUV 58.73 212.24 136.04 -
System Red Green Blue C M Y K H S L
Decimal 70 24 208 0.66 0.88 0 0.18 255 0.79 0.45
Hex 46 18 D0 42 58 0 12 FF 4F 2D
Octal 106 30 320 102 130 0 22 377 117 55
Binary 1000110 11000 11010000 1000010 1011000 0 10010 11111111 1001111 101101

Color Harmonies of #4618D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4618D0

Black with #4618D0

Text Example


Text Example

White with #4618D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4618D0; }

 p { color: rgb(70,24,208); }

 H1.HeaderClassName
 {
   color: #4618D0;
 }
 .AnyTagClassName
 {
   color: #4618D0;
 }
</style>

background-color css

<style>
 a { background-color: #4618D0; }

 a { background-color: rgb(70,24,208); }

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

border-color css

<style>
 span { border-color: #4618D0; }

 span { border-color: rgb(70,24,208); }

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