Html Css Color HEX #4517BC Purple Heart

📋 copy color: '#4517BC'

red 69 ◦ green 23 ◦ blue 188

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

Shades of Purple Heart #4517BC

Tints of Purple Heart #4517BC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.21%

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

R = 24.64%
G = 8.21%
B = 67.14%

CMYK

 C value IS 0.63

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4517BC (or 0x4517BC) is known color: Purple Heart. HEX triplet: 45, 17 and BC. RGB value is (69,23,188). Sum of RGB (Red+Green+Blue) = 69+23+188=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 188 (73.83% from 255 or 67.14% from 280); Max value from RGB is 188 - color contains mainly: blue. Hex color #4517BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4517BC is #BAE843. Grayscale: #363636. Windows color (decimal): -12249156 or 12326725. OLE color: 12326725.

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

Color convert

RGB 69 23 188 -
CMYK 0.63 0.88 0 0.26
HSL 256.73º 0.78% 0.41% -
HSV(B) 256.73º 0.88% 0.74% -
XYZ 11.84 5.51 48.02 -
YUV 55.56 202.74 137.58 -
System Red Green Blue C M Y K H S L
Decimal 69 23 188 0.63 0.88 0 0.26 256.73 0.78 0.41
Hex 45 17 BC 3F 58 0 1A 101 4E 29
Octal 105 27 274 77 130 0 32 401 116 51
Binary 1000101 10111 10111100 111111 1011000 0 11010 100000001 1001110 101001

Color Harmonies of #4517BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4517BC

Black with #4517BC

Text Example


Text Example

White with #4517BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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