Html Css Color HEX #450ACC Purple Heart

📋 copy color: '#450ACC'

red 69 ◦ green 10 ◦ blue 204

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

Shades of Purple Heart #450ACC

Tints of Purple Heart #450ACC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.53%

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

R = 24.38%
G = 3.53%
B = 72.08%

CMYK

 C value IS 0.66

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#450ACC (or 0x450ACC) is known color: Purple Heart. HEX triplet: 45, 0A and CC. RGB value is (69,10,204). Sum of RGB (Red+Green+Blue) = 69+10+204=283 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.38% from 283); Green value is 10 (4.30% from 255 or 3.53% from 283); Blue value is 204 (80.08% from 255 or 72.08% from 283); Max value from RGB is 204 - color contains mainly: blue. Hex color #450ACC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450ACC is #BAF533. Grayscale: #313131. Windows color (decimal): -12252468 or 13371973. OLE color: 13371973.

HSL color Cylindrical-coordinate representation of color #450ACC: hue angle of 258.25º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #450ACC is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 69 10 204 -
CMYK 0.66 0.95 0 0.2
HSL 258.25º 0.91% 0.42% -
HSV(B) 258.25º 0.95% 0.8% -
XYZ 13.46 5.84 57.54 -
YUV 49.76 215.05 141.73 -
System Red Green Blue C M Y K H S L
Decimal 69 10 204 0.66 0.95 0 0.2 258.25 0.91 0.42
Hex 45 A CC 42 5F 0 14 102 5B 2A
Octal 105 12 314 102 137 0 24 402 133 52
Binary 1000101 1010 11001100 1000010 1011111 0 10100 100000010 1011011 101010

Color Harmonies of #450ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450ACC

Black with #450ACC

Text Example


Text Example

White with #450ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450ACC; }

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

 H1.HeaderClassName
 {
   color: #450ACC;
 }
 .AnyTagClassName
 {
   color: #450ACC;
 }
</style>

background-color css

<style>
 a { background-color: #450ACC; }

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

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

border-color css

<style>
 span { border-color: #450ACC; }

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

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