Html Css Color HEX #4501BD Purple Heart

📋 copy color: '#4501BD'

red 69 ◦ green 1 ◦ blue 189

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

Shades of Purple Heart #4501BD

Tints of Purple Heart #4501BD

RGB

 RED value IS 69 (27.34% from 255) = 26.64%

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

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

R = 26.64%
G = 0.39%
B = 72.97%

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

#4501BD (or 0x4501BD) is known color: Purple Heart. HEX triplet: 45, 01 and BD. RGB value is (69,1,189). Sum of RGB (Red+Green+Blue) = 69+1+189=259 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.64% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 189 (74.22% from 255 or 72.97% from 259); Max value from RGB is 189 - color contains mainly: blue. Hex color #4501BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4501BD is #BAFE42. Grayscale: #2A2A2A. Windows color (decimal): -12254787 or 12386629. OLE color: 12386629.

HSL color Cylindrical-coordinate representation of color #4501BD: hue angle of 261.7º 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 #4501BD is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 69 1 189 -
CMYK 0.63 0.99 0 0.26
HSL 261.7º 0.99% 0.37% -
HSV(B) 261.7º 0.99% 0.74% -
XYZ 11.65 4.96 48.49 -
YUV 42.76 210.53 146.71 -
System Red Green Blue C M Y K H S L
Decimal 69 1 189 0.63 0.99 0 0.26 261.7 0.99 0.37
Hex 45 1 BD 3F 63 0 1A 106 63 25
Octal 105 1 275 77 143 0 32 406 143 45
Binary 1000101 1 10111101 111111 1100011 0 11010 100000110 1100011 100101

Color Harmonies of #4501BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4501BD

Black with #4501BD

Text Example


Text Example

White with #4501BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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