Html Css Color HEX #4509BC Purple Heart

📋 copy color: '#4509BC'

red 69 ◦ green 9 ◦ blue 188

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

Shades of Purple Heart #4509BC

Tints of Purple Heart #4509BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 70.68%

R = 25.94%
G = 3.38%
B = 70.68%

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

#4509BC (or 0x4509BC) is known color: Purple Heart. HEX triplet: 45, 09 and BC. RGB value is (69,9,188). Sum of RGB (Red+Green+Blue) = 69+9+188=266 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.94% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 188 (73.83% from 255 or 70.68% from 266); Max value from RGB is 188 - color contains mainly: blue. Hex color #4509BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4509BC is #BAF643. Grayscale: #2E2E2E. Windows color (decimal): -12252740 or 12323141. OLE color: 12323141.

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

Color convert

RGB 69 9 188 -
CMYK 0.63 0.95 0 0.26
HSL 260.11º 0.91% 0.39% -
HSV(B) 260.11º 0.95% 0.74% -
XYZ 11.63 5.09 47.95 -
YUV 47.35 207.38 143.45 -
System Red Green Blue C M Y K H S L
Decimal 69 9 188 0.63 0.95 0 0.26 260.11 0.91 0.39
Hex 45 9 BC 3F 5F 0 1A 104 5B 27
Octal 105 11 274 77 137 0 32 404 133 47
Binary 1000101 1001 10111100 111111 1011111 0 11010 100000100 1011011 100111

Color Harmonies of #4509BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4509BC

Black with #4509BC

Text Example


Text Example

White with #4509BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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