Html Css Color HEX #4A13CF Purple Heart

📋 copy color: '#4A13CF'

red 74 ◦ green 19 ◦ blue 207

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

Shades of Purple Heart #4A13CF

Tints of Purple Heart #4A13CF

RGB

 RED value IS 74 (29.3% from 255) = 24.67%

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

 BLUE value IS 207 (81.25% from 255) = 69%

R = 24.67%
G = 6.33%
B = 69%

CMYK

 C value IS 0.64

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4A13CF (or 0x4A13CF) is known color: Purple Heart. HEX triplet: 4A, 13 and CF. RGB value is (74,19,207). Sum of RGB (Red+Green+Blue) = 74+19+207=300 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.67% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 207 (81.25% from 255 or 69% from 300); Max value from RGB is 207 - color contains mainly: blue. Hex color #4A13CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A13CF is #B5EC30. Grayscale: #383838. Windows color (decimal): -11922481 or 13570890. OLE color: 13570890.

HSL color Cylindrical-coordinate representation of color #4A13CF: hue angle of 257.55º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4A13CF is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 74 19 207 -
CMYK 0.64 0.91 0 0.19
HSL 257.55º 0.83% 0.44% -
HSV(B) 257.55º 0.91% 0.81% -
XYZ 14.32 6.43 59.52 -
YUV 56.88 212.72 140.21 -
System Red Green Blue C M Y K H S L
Decimal 74 19 207 0.64 0.91 0 0.19 257.55 0.83 0.44
Hex 4A 13 CF 40 5B 0 13 102 53 2C
Octal 112 23 317 100 133 0 23 402 123 54
Binary 1001010 10011 11001111 1000000 1011011 0 10011 100000010 1010011 101100

Color Harmonies of #4A13CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A13CF

Black with #4A13CF

Text Example


Text Example

White with #4A13CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A13CF; }

 p { color: rgb(74,19,207); }

 H1.HeaderClassName
 {
   color: #4A13CF;
 }
 .AnyTagClassName
 {
   color: #4A13CF;
 }
</style>

background-color css

<style>
 a { background-color: #4A13CF; }

 a { background-color: rgb(74,19,207); }

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

border-color css

<style>
 span { border-color: #4A13CF; }

 span { border-color: rgb(74,19,207); }

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