Html Css Color HEX #4601BB Purple Heart

📋 copy color: '#4601BB'

red 70 ◦ green 1 ◦ blue 187

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

Shades of Purple Heart #4601BB

Tints of Purple Heart #4601BB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 187 (73.44% from 255) = 72.48%

R = 27.13%
G = 0.39%
B = 72.48%

CMYK

 C value IS 0.63

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4601BB (or 0x4601BB) is known color: Purple Heart. HEX triplet: 46, 01 and BB. RGB value is (70,1,187). Sum of RGB (Red+Green+Blue) = 70+1+187=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 187 (73.44% from 255 or 72.48% from 258); Max value from RGB is 187 - color contains mainly: blue. Hex color #4601BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4601BB is #B9FE44. Grayscale: #2A2A2A. Windows color (decimal): -12189253 or 12255558. OLE color: 12255558.

HSL color Cylindrical-coordinate representation of color #4601BB: hue angle of 262.26º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4601BB is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 70 1 187 -
CMYK 0.63 0.99 0 0.27
HSL 262.26º 0.99% 0.37% -
HSV(B) 262.26º 0.99% 0.73% -
XYZ 11.51 4.91 47.36 -
YUV 42.84 209.36 147.38 -
System Red Green Blue C M Y K H S L
Decimal 70 1 187 0.63 0.99 0 0.27 262.26 0.99 0.37
Hex 46 1 BB 3F 63 0 1B 106 63 25
Octal 106 1 273 77 143 0 33 406 143 45
Binary 1000110 1 10111011 111111 1100011 0 11011 100000110 1100011 100101

Color Harmonies of #4601BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4601BB

Black with #4601BB

Text Example


Text Example

White with #4601BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4601BB; }

 p { color: rgb(70,1,187); }

 H1.HeaderClassName
 {
   color: #4601BB;
 }
 .AnyTagClassName
 {
   color: #4601BB;
 }
</style>

background-color css

<style>
 a { background-color: #4601BB; }

 a { background-color: rgb(70,1,187); }

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

border-color css

<style>
 span { border-color: #4601BB; }

 span { border-color: rgb(70,1,187); }

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