Html Css Color HEX #452FCC Purple Heart

📋 copy color: '#452FCC'

red 69 ◦ green 47 ◦ blue 204

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

Shades of Purple Heart #452FCC

Tints of Purple Heart #452FCC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.69%

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

R = 21.56%
G = 14.69%
B = 63.75%

CMYK

 C value IS 0.66

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#452FCC (or 0x452FCC) is known color: Purple Heart. HEX triplet: 45, 2F and CC. RGB value is (69,47,204). Sum of RGB (Red+Green+Blue) = 69+47+204=320 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.56% from 320); Green value is 47 (18.75% from 255 or 14.69% from 320); Blue value is 204 (80.08% from 255 or 63.75% from 320); Max value from RGB is 204 - color contains mainly: blue. Hex color #452FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #452FCC is #BAD033. Grayscale: #464646. Windows color (decimal): -12242996 or 13381445. OLE color: 13381445.

HSL color Cylindrical-coordinate representation of color #452FCC: hue angle of 248.41º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #452FCC is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 69 47 204 -
CMYK 0.66 0.77 0 0.2
HSL 248.41º 0.63% 0.49% -
HSV(B) 248.41º 0.77% 0.8% -
XYZ 14.37 7.66 57.85 -
YUV 71.48 202.79 126.23 -
System Red Green Blue C M Y K H S L
Decimal 69 47 204 0.66 0.77 0 0.2 248.41 0.63 0.49
Hex 45 2F CC 42 4D 0 14 F8 3F 31
Octal 105 57 314 102 115 0 24 370 77 61
Binary 1000101 101111 11001100 1000010 1001101 0 10100 11111000 111111 110001

Color Harmonies of #452FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452FCC

Black with #452FCC

Text Example


Text Example

White with #452FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452FCC; }

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

 H1.HeaderClassName
 {
   color: #452FCC;
 }
 .AnyTagClassName
 {
   color: #452FCC;
 }
</style>

background-color css

<style>
 a { background-color: #452FCC; }

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

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

border-color css

<style>
 span { border-color: #452FCC; }

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

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