Html Css Color HEX #4509BD Purple Heart

📋 copy color: '#4509BD'

red 69 ◦ green 9 ◦ blue 189

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

Shades of Purple Heart #4509BD

Tints of Purple Heart #4509BD

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.37%

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

R = 25.84%
G = 3.37%
B = 70.79%

CMYK

 C value IS 0.63

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4509BD (or 0x4509BD) is known color: Purple Heart. HEX triplet: 45, 09 and BD. RGB value is (69,9,189). Sum of RGB (Red+Green+Blue) = 69+9+189=267 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.84% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 189 (74.22% from 255 or 70.79% from 267); Max value from RGB is 189 - color contains mainly: blue. Hex color #4509BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4509BD is #BAF642. Grayscale: #2E2E2E. Windows color (decimal): -12252739 or 12388677. OLE color: 12388677.

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

Color convert

RGB 69 9 189 -
CMYK 0.63 0.95 0 0.26
HSL 260º 0.91% 0.39% -
HSV(B) 260º 0.95% 0.74% -
XYZ 11.74 5.13 48.52 -
YUV 47.46 207.88 143.36 -
System Red Green Blue C M Y K H S L
Decimal 69 9 189 0.63 0.95 0 0.26 260 0.91 0.39
Hex 45 9 BD 3F 5F 0 1A 104 5B 27
Octal 105 11 275 77 137 0 32 404 133 47
Binary 1000101 1001 10111101 111111 1011111 0 11010 100000100 1011011 100111

Color Harmonies of #4509BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4509BD

Black with #4509BD

Text Example


Text Example

White with #4509BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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