Html Css Color HEX #4512CD Purple Heart

📋 copy color: '#4512CD'

red 69 ◦ green 18 ◦ blue 205

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

Shades of Purple Heart #4512CD

Tints of Purple Heart #4512CD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.16%

 BLUE value IS 205 (80.47% from 255) = 70.21%

R = 23.63%
G = 6.16%
B = 70.21%

CMYK

 C value IS 0.66

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4512CD (or 0x4512CD) is known color: Purple Heart. HEX triplet: 45, 12 and CD. RGB value is (69,18,205). Sum of RGB (Red+Green+Blue) = 69+18+205=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 205 (80.47% from 255 or 70.21% from 292); Max value from RGB is 205 - color contains mainly: blue. Hex color #4512CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4512CD is #BAED32. Grayscale: #353535. Windows color (decimal): -12250419 or 13439557. OLE color: 13439557.

HSL color Cylindrical-coordinate representation of color #4512CD: hue angle of 256.36º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4512CD is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 69 18 205 -
CMYK 0.66 0.91 0 0.20
HSL 256.36º 0.84% 0.44% -
HSV(B) 256.36º 0.91% 0.8% -
XYZ 13.69 6.11 58.21 -
YUV 54.57 212.9 138.29 -
System Red Green Blue C M Y K H S L
Decimal 69 18 205 0.66 0.91 0 0.20 256.36 0.84 0.44
Hex 45 12 CD 42 5B 0 14 100 54 2C
Octal 105 22 315 102 133 0 24 400 124 54
Binary 1000101 10010 11001101 1000010 1011011 0 10100 100000000 1010100 101100

Color Harmonies of #4512CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4512CD

Black with #4512CD

Text Example


Text Example

White with #4512CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4512CD; }

 p { color: rgb(69,18,205); }

 H1.HeaderClassName
 {
   color: #4512CD;
 }
 .AnyTagClassName
 {
   color: #4512CD;
 }
</style>

background-color css

<style>
 a { background-color: #4512CD; }

 a { background-color: rgb(69,18,205); }

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

border-color css

<style>
 span { border-color: #4512CD; }

 span { border-color: rgb(69,18,205); }

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