Html Css Color HEX #4601BD Purple Heart

📋 copy color: '#4601BD'

red 70 ◦ green 1 ◦ blue 189

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

Shades of Purple Heart #4601BD

Tints of Purple Heart #4601BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 72.69%

R = 26.92%
G = 0.38%
B = 72.69%

CMYK

 C value IS 0.63

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4601BD (or 0x4601BD) is known color: Purple Heart. HEX triplet: 46, 01 and BD. RGB value is (70,1,189). Sum of RGB (Red+Green+Blue) = 70+1+189=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 189 (74.22% from 255 or 72.69% from 260); Max value from RGB is 189 - color contains mainly: blue. Hex color #4601BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4601BD is #B9FE42. Grayscale: #2A2A2A. Windows color (decimal): -12189251 or 12386630. OLE color: 12386630.

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

Color convert

RGB 70 1 189 -
CMYK 0.63 0.99 0 0.26
HSL 262.02º 0.99% 0.37% -
HSV(B) 262.02º 0.99% 0.74% -
XYZ 11.72 5 48.49 -
YUV 43.06 210.36 147.21 -
System Red Green Blue C M Y K H S L
Decimal 70 1 189 0.63 0.99 0 0.26 262.02 0.99 0.37
Hex 46 1 BD 3F 63 0 1A 106 63 25
Octal 106 1 275 77 143 0 32 406 143 45
Binary 1000110 1 10111101 111111 1100011 0 11010 100000110 1100011 100101

Color Harmonies of #4601BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4601BD

Black with #4601BD

Text Example


Text Example

White with #4601BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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