Html Css Color HEX #4606B4 Purple Heart

📋 copy color: '#4606B4'

red 70 ◦ green 6 ◦ blue 180

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

Shades of Purple Heart #4606B4

Tints of Purple Heart #4606B4

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.34%

 BLUE value IS 180 (70.7% from 255) = 70.31%

R = 27.34%
G = 2.34%
B = 70.31%

CMYK

 C value IS 0.61

 M value IS 0.97

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4606B4 (or 0x4606B4) is known color: Purple Heart. HEX triplet: 46, 06 and B4. RGB value is (70,6,180). Sum of RGB (Red+Green+Blue) = 70+6+180=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 180 (70.70% from 255 or 70.31% from 256); Max value from RGB is 180 - color contains mainly: blue. Hex color #4606B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4606B4 is #B9F94B. Grayscale: #2C2C2C. Windows color (decimal): -12187980 or 11798086. OLE color: 11798086.

HSL color Cylindrical-coordinate representation of color #4606B4: hue angle of 262.07º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4606B4 is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 70 6 180 -
CMYK 0.61 0.97 0 0.29
HSL 262.07º 0.94% 0.36% -
HSV(B) 262.07º 0.97% 0.71% -
XYZ 10.83 4.73 43.52 -
YUV 44.97 204.2 145.85 -
System Red Green Blue C M Y K H S L
Decimal 70 6 180 0.61 0.97 0 0.29 262.07 0.94 0.36
Hex 46 6 B4 3D 61 0 1D 106 5E 24
Octal 106 6 264 75 141 0 35 406 136 44
Binary 1000110 110 10110100 111101 1100001 0 11101 100000110 1011110 100100

Color Harmonies of #4606B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4606B4

Black with #4606B4

Text Example


Text Example

White with #4606B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4606B4; }

 p { color: rgb(70,6,180); }

 H1.HeaderClassName
 {
   color: #4606B4;
 }
 .AnyTagClassName
 {
   color: #4606B4;
 }
</style>

background-color css

<style>
 a { background-color: #4606B4; }

 a { background-color: rgb(70,6,180); }

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

border-color css

<style>
 span { border-color: #4606B4; }

 span { border-color: rgb(70,6,180); }

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