Html Css Color HEX #451CC5 Purple Heart

📋 copy color: '#451CC5'

red 69 ◦ green 28 ◦ blue 197

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

Shades of Purple Heart #451CC5

Tints of Purple Heart #451CC5

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.52%

 BLUE value IS 197 (77.34% from 255) = 67.01%

R = 23.47%
G = 9.52%
B = 67.01%

CMYK

 C value IS 0.65

 M value IS 0.86

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#451CC5 (or 0x451CC5) is known color: Purple Heart. HEX triplet: 45, 1C and C5. RGB value is (69,28,197). Sum of RGB (Red+Green+Blue) = 69+28+197=294 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.47% from 294); Green value is 28 (11.33% from 255 or 9.52% from 294); Blue value is 197 (77.34% from 255 or 67.01% from 294); Max value from RGB is 197 - color contains mainly: blue. Hex color #451CC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #451CC5 is #BAE33A. Grayscale: #3A3A3A. Windows color (decimal): -12247867 or 12917829. OLE color: 12917829.

HSL color Cylindrical-coordinate representation of color #451CC5: hue angle of 254.56º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #451CC5 is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 69 28 197 -
CMYK 0.65 0.86 0 0.23
HSL 254.56º 0.75% 0.44% -
HSV(B) 254.56º 0.86% 0.77% -
XYZ 12.95 6.13 53.32 -
YUV 59.53 205.58 134.76 -
System Red Green Blue C M Y K H S L
Decimal 69 28 197 0.65 0.86 0 0.23 254.56 0.75 0.44
Hex 45 1C C5 41 56 0 17 FF 4B 2C
Octal 105 34 305 101 126 0 27 377 113 54
Binary 1000101 11100 11000101 1000001 1010110 0 10111 11111111 1001011 101100

Color Harmonies of #451CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451CC5

Black with #451CC5

Text Example


Text Example

White with #451CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451CC5; }

 p { color: rgb(69,28,197); }

 H1.HeaderClassName
 {
   color: #451CC5;
 }
 .AnyTagClassName
 {
   color: #451CC5;
 }
</style>

background-color css

<style>
 a { background-color: #451CC5; }

 a { background-color: rgb(69,28,197); }

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

border-color css

<style>
 span { border-color: #451CC5; }

 span { border-color: rgb(69,28,197); }

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