Html Css Color HEX #4618B3 Purple Heart

📋 copy color: '#4618B3'

red 70 ◦ green 24 ◦ blue 179

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

Shades of Purple Heart #4618B3

Tints of Purple Heart #4618B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 65.57%

R = 25.64%
G = 8.79%
B = 65.57%

CMYK

 C value IS 0.61

 M value IS 0.87

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#4618B3 (or 0x4618B3) is known color: Purple Heart. HEX triplet: 46, 18 and B3. RGB value is (70,24,179). Sum of RGB (Red+Green+Blue) = 70+24+179=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 179 (70.31% from 255 or 65.57% from 273); Max value from RGB is 179 - color contains mainly: blue. Hex color #4618B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4618B3 is #B9E74C. Grayscale: #363636. Windows color (decimal): -12183373 or 11737158. OLE color: 11737158.

HSL color Cylindrical-coordinate representation of color #4618B3: hue angle of 257.81º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4618B3 is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 70 24 179 -
CMYK 0.61 0.87 0 0.30
HSL 257.81º 0.76% 0.4% -
HSV(B) 257.81º 0.87% 0.7% -
XYZ 10.99 5.21 43.07 -
YUV 55.42 197.74 138.4 -
System Red Green Blue C M Y K H S L
Decimal 70 24 179 0.61 0.87 0 0.30 257.81 0.76 0.4
Hex 46 18 B3 3D 57 0 1E 102 4C 28
Octal 106 30 263 75 127 0 36 402 114 50
Binary 1000110 11000 10110011 111101 1010111 0 11110 100000010 1001100 101000

Color Harmonies of #4618B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4618B3

Black with #4618B3

Text Example


Text Example

White with #4618B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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