Html Css Color HEX #4508BC Purple Heart

📋 copy color: '#4508BC'

red 69 ◦ green 8 ◦ blue 188

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

Shades of Purple Heart #4508BC

Tints of Purple Heart #4508BC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.02%

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

R = 26.04%
G = 3.02%
B = 70.94%

CMYK

 C value IS 0.63

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4508BC (or 0x4508BC) is known color: Purple Heart. HEX triplet: 45, 08 and BC. RGB value is (69,8,188). Sum of RGB (Red+Green+Blue) = 69+8+188=265 (35% of max value = 765). Red value is 69 (27.34% from 255 or 26.04% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 188 (73.83% from 255 or 70.94% from 265); Max value from RGB is 188 - color contains mainly: blue. Hex color #4508BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4508BC is #BAF743. Grayscale: #2E2E2E. Windows color (decimal): -12252996 or 12322885. OLE color: 12322885.

HSL color Cylindrical-coordinate representation of color #4508BC: hue angle of 260.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4508BC is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 69 8 188 -
CMYK 0.63 0.96 0 0.26
HSL 260.33º 0.92% 0.38% -
HSV(B) 260.33º 0.96% 0.74% -
XYZ 11.62 5.07 47.94 -
YUV 46.76 207.71 143.86 -
System Red Green Blue C M Y K H S L
Decimal 69 8 188 0.63 0.96 0 0.26 260.33 0.92 0.38
Hex 45 8 BC 3F 60 0 1A 104 5C 26
Octal 105 10 274 77 140 0 32 404 134 46
Binary 1000101 1000 10111100 111111 1100000 0 11010 100000100 1011100 100110

Color Harmonies of #4508BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4508BC

Black with #4508BC

Text Example


Text Example

White with #4508BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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