Html Css Color HEX #4A09CB Purple Heart

📋 copy color: '#4A09CB'

red 74 ◦ green 9 ◦ blue 203

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

Shades of Purple Heart #4A09CB

Tints of Purple Heart #4A09CB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.15%

 BLUE value IS 203 (79.69% from 255) = 70.98%

R = 25.87%
G = 3.15%
B = 70.98%

CMYK

 C value IS 0.64

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4A09CB (or 0x4A09CB) is known color: Purple Heart. HEX triplet: 4A, 09 and CB. RGB value is (74,9,203). Sum of RGB (Red+Green+Blue) = 74+9+203=286 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.87% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 203 (79.69% from 255 or 70.98% from 286); Max value from RGB is 203 - color contains mainly: blue. Hex color #4A09CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A09CB is #B5F634. Grayscale: #313131. Windows color (decimal): -11925045 or 13306186. OLE color: 13306186.

HSL color Cylindrical-coordinate representation of color #4A09CB: hue angle of 260.1º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A09CB is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 74 9 203 -
CMYK 0.64 0.96 0 0.20
HSL 260.1º 0.92% 0.42% -
HSV(B) 260.1º 0.96% 0.8% -
XYZ 13.7 5.96 56.93 -
YUV 50.55 214.03 144.73 -
System Red Green Blue C M Y K H S L
Decimal 74 9 203 0.64 0.96 0 0.20 260.1 0.92 0.42
Hex 4A 9 CB 40 60 0 14 104 5C 2A
Octal 112 11 313 100 140 0 24 404 134 52
Binary 1001010 1001 11001011 1000000 1100000 0 10100 100000100 1011100 101010

Color Harmonies of #4A09CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A09CB

Black with #4A09CB

Text Example


Text Example

White with #4A09CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,9,203); }

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

background-color css

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

 a { background-color: rgb(74,9,203); }

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

border-color css

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

 span { border-color: rgb(74,9,203); }

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