Html Css Color HEX #451CCC Purple Heart

📋 copy color: '#451CCC'

red 69 ◦ green 28 ◦ blue 204

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

Shades of Purple Heart #451CCC

Tints of Purple Heart #451CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 67.77%

R = 22.92%
G = 9.3%
B = 67.77%

CMYK

 C value IS 0.66

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#451CCC (or 0x451CCC) is known color: Purple Heart. HEX triplet: 45, 1C and CC. RGB value is (69,28,204). Sum of RGB (Red+Green+Blue) = 69+28+204=301 (39% of max value = 765). Red value is 69 (27.34% from 255 or 22.92% from 301); Green value is 28 (11.33% from 255 or 9.30% from 301); Blue value is 204 (80.08% from 255 or 67.77% from 301); Max value from RGB is 204 - color contains mainly: blue. Hex color #451CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #451CCC is #BAE333. Grayscale: #3B3B3B. Windows color (decimal): -12247860 or 13376581. OLE color: 13376581.

HSL color Cylindrical-coordinate representation of color #451CCC: hue angle of 253.98º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #451CCC is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 69 28 204 -
CMYK 0.66 0.86 0 0.2
HSL 253.98º 0.76% 0.45% -
HSV(B) 253.98º 0.86% 0.8% -
XYZ 13.77 6.46 57.65 -
YUV 60.32 209.08 134.19 -
System Red Green Blue C M Y K H S L
Decimal 69 28 204 0.66 0.86 0 0.2 253.98 0.76 0.45
Hex 45 1C CC 42 56 0 14 FE 4C 2D
Octal 105 34 314 102 126 0 24 376 114 55
Binary 1000101 11100 11001100 1000010 1010110 0 10100 11111110 1001100 101101

Color Harmonies of #451CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451CCC

Black with #451CCC

Text Example


Text Example

White with #451CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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