Html Css Color HEX #452DB3 Purple Heart

📋 copy color: '#452DB3'

red 69 ◦ green 45 ◦ blue 179

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

Shades of Purple Heart #452DB3

Tints of Purple Heart #452DB3

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.36%

 BLUE value IS 179 (70.31% from 255) = 61.09%

R = 23.55%
G = 15.36%
B = 61.09%

CMYK

 C value IS 0.61

 M value IS 0.75

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#452DB3 (or 0x452DB3) is known color: Purple Heart. HEX triplet: 45, 2D and B3. RGB value is (69,45,179). Sum of RGB (Red+Green+Blue) = 69+45+179=293 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.55% from 293); Green value is 45 (17.97% from 255 or 15.36% from 293); Blue value is 179 (70.31% from 255 or 61.09% from 293); Max value from RGB is 179 - color contains mainly: blue. Hex color #452DB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #452DB3 is #BAD24C. Grayscale: #424242. Windows color (decimal): -12243533 or 11742533. OLE color: 11742533.

HSL color Cylindrical-coordinate representation of color #452DB3: hue angle of 250.75º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #452DB3 is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 69 45 179 -
CMYK 0.61 0.75 0 0.30
HSL 250.75º 0.6% 0.44% -
HSV(B) 250.75º 0.75% 0.7% -
XYZ 11.53 6.4 43.27 -
YUV 67.45 190.95 129.1 -
System Red Green Blue C M Y K H S L
Decimal 69 45 179 0.61 0.75 0 0.30 250.75 0.6 0.44
Hex 45 2D B3 3D 4B 0 1E FB 3C 2C
Octal 105 55 263 75 113 0 36 373 74 54
Binary 1000101 101101 10110011 111101 1001011 0 11110 11111011 111100 101100

Color Harmonies of #452DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452DB3

Black with #452DB3

Text Example


Text Example

White with #452DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,45,179); }

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

background-color css

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

 a { background-color: rgb(69,45,179); }

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

border-color css

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

 span { border-color: rgb(69,45,179); }

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