Html Css Color HEX #4613CD Purple Heart

📋 copy color: '#4613CD'

red 70 ◦ green 19 ◦ blue 205

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

Shades of Purple Heart #4613CD

Tints of Purple Heart #4613CD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.46%

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

R = 23.81%
G = 6.46%
B = 69.73%

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

#4613CD (or 0x4613CD) is known color: Purple Heart. HEX triplet: 46, 13 and CD. RGB value is (70,19,205). Sum of RGB (Red+Green+Blue) = 70+19+205=294 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.81% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 205 (80.47% from 255 or 69.73% from 294); Max value from RGB is 205 - color contains mainly: blue. Hex color #4613CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4613CD is #B9EC32. Grayscale: #363636. Windows color (decimal): -12184627 or 13439814. OLE color: 13439814.

HSL color Cylindrical-coordinate representation of color #4613CD: hue angle of 256.45º degrees, saturation: 0.83, 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 #4613CD is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 70 19 205 -
CMYK 0.66 0.91 0 0.20
HSL 256.45º 0.83% 0.44% -
HSV(B) 256.45º 0.91% 0.8% -
XYZ 13.78 6.18 58.22 -
YUV 55.45 212.4 138.38 -
System Red Green Blue C M Y K H S L
Decimal 70 19 205 0.66 0.91 0 0.20 256.45 0.83 0.44
Hex 46 13 CD 42 5B 0 14 100 53 2C
Octal 106 23 315 102 133 0 24 400 123 54
Binary 1000110 10011 11001101 1000010 1011011 0 10100 100000000 1010011 101100

Color Harmonies of #4613CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4613CD

Black with #4613CD

Text Example


Text Example

White with #4613CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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