Html Css Color HEX #4611CD Purple Heart

📋 copy color: '#4611CD'

red 70 ◦ green 17 ◦ blue 205

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

Shades of Purple Heart #4611CD

Tints of Purple Heart #4611CD

RGB

 RED value IS 70 (27.73% from 255) = 23.97%

 GREEN value IS 17 (7.03% from 255) = 5.82%

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

R = 23.97%
G = 5.82%
B = 70.21%

CMYK

 C value IS 0.66

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4611CD (or 0x4611CD) is known color: Purple Heart. HEX triplet: 46, 11 and CD. RGB value is (70,17,205). Sum of RGB (Red+Green+Blue) = 70+17+205=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 17 (7.03% from 255 or 5.82% 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 #4611CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4611CD is #B9EE32. Grayscale: #353535. Windows color (decimal): -12185139 or 13439302. OLE color: 13439302.

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

Color convert

RGB 70 17 205 -
CMYK 0.66 0.92 0 0.20
HSL 256.91º 0.85% 0.44% -
HSV(B) 256.91º 0.92% 0.8% -
XYZ 13.75 6.11 58.21 -
YUV 54.28 213.06 139.21 -
System Red Green Blue C M Y K H S L
Decimal 70 17 205 0.66 0.92 0 0.20 256.91 0.85 0.44
Hex 46 11 CD 42 5C 0 14 101 55 2C
Octal 106 21 315 102 134 0 24 401 125 54
Binary 1000110 10001 11001101 1000010 1011100 0 10100 100000001 1010101 101100

Color Harmonies of #4611CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4611CD

Black with #4611CD

Text Example


Text Example

White with #4611CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,17,205); }

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

background-color css

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

 a { background-color: rgb(70,17,205); }

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

border-color css

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

 span { border-color: rgb(70,17,205); }

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