Html Css Color HEX #4613CA Purple Heart

📋 copy color: '#4613CA'

red 70 ◦ green 19 ◦ blue 202

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

Shades of Purple Heart #4613CA

Tints of Purple Heart #4613CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 69.42%

R = 24.05%
G = 6.53%
B = 69.42%

CMYK

 C value IS 0.65

 M value IS 0.91

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4613CA (or 0x4613CA) is known color: Purple Heart. HEX triplet: 46, 13 and CA. RGB value is (70,19,202). Sum of RGB (Red+Green+Blue) = 70+19+202=291 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.05% from 291); Green value is 19 (7.81% from 255 or 6.53% from 291); Blue value is 202 (79.30% from 255 or 69.42% from 291); Max value from RGB is 202 - color contains mainly: blue. Hex color #4613CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4613CA is #B9EC35. Grayscale: #363636. Windows color (decimal): -12184630 or 13243206. OLE color: 13243206.

HSL color Cylindrical-coordinate representation of color #4613CA: hue angle of 256.72º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4613CA is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 70 19 202 -
CMYK 0.65 0.91 0 0.21
HSL 256.72º 0.83% 0.43% -
HSV(B) 256.72º 0.91% 0.79% -
XYZ 13.42 6.03 56.33 -
YUV 55.11 210.9 138.62 -
System Red Green Blue C M Y K H S L
Decimal 70 19 202 0.65 0.91 0 0.21 256.72 0.83 0.43
Hex 46 13 CA 41 5B 0 15 101 53 2B
Octal 106 23 312 101 133 0 25 401 123 53
Binary 1000110 10011 11001010 1000001 1011011 0 10101 100000001 1010011 101011

Color Harmonies of #4613CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4613CA

Black with #4613CA

Text Example


Text Example

White with #4613CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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