Html Css Color HEX #450DC4 Purple Heart

📋 copy color: '#450DC4'

red 69 ◦ green 13 ◦ blue 196

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

Shades of Purple Heart #450DC4

Tints of Purple Heart #450DC4

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.68%

 BLUE value IS 196 (76.95% from 255) = 70.5%

R = 24.82%
G = 4.68%
B = 70.5%

CMYK

 C value IS 0.65

 M value IS 0.93

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#450DC4 (or 0x450DC4) is known color: Purple Heart. HEX triplet: 45, 0D and C4. RGB value is (69,13,196). Sum of RGB (Red+Green+Blue) = 69+13+196=278 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.82% from 278); Green value is 13 (5.47% from 255 or 4.68% from 278); Blue value is 196 (76.95% from 255 or 70.50% from 278); Max value from RGB is 196 - color contains mainly: blue. Hex color #450DC4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450DC4 is #BAF23B. Grayscale: #313131. Windows color (decimal): -12251708 or 12848453. OLE color: 12848453.

HSL color Cylindrical-coordinate representation of color #450DC4: hue angle of 258.36º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #450DC4 is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 69 13 196 -
CMYK 0.65 0.93 0 0.23
HSL 258.36º 0.88% 0.41% -
HSV(B) 258.36º 0.93% 0.77% -
XYZ 12.56 5.54 52.63 -
YUV 50.61 210.05 141.12 -
System Red Green Blue C M Y K H S L
Decimal 69 13 196 0.65 0.93 0 0.23 258.36 0.88 0.41
Hex 45 D C4 41 5D 0 17 102 58 29
Octal 105 15 304 101 135 0 27 402 130 51
Binary 1000101 1101 11000100 1000001 1011101 0 10111 100000010 1011000 101001

Color Harmonies of #450DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450DC4

Black with #450DC4

Text Example


Text Example

White with #450DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,13,196); }

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

background-color css

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

 a { background-color: rgb(69,13,196); }

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

border-color css

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

 span { border-color: rgb(69,13,196); }

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