Html Css Color HEX #4A30CE Purple Heart

📋 copy color: '#4A30CE'

red 74 ◦ green 48 ◦ blue 206

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

Shades of Purple Heart #4A30CE

Tints of Purple Heart #4A30CE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.63%

 BLUE value IS 206 (80.86% from 255) = 62.8%

R = 22.56%
G = 14.63%
B = 62.8%

CMYK

 C value IS 0.64

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4A30CE (or 0x4A30CE) is known color: Purple Heart. HEX triplet: 4A, 30 and CE. RGB value is (74,48,206). Sum of RGB (Red+Green+Blue) = 74+48+206=328 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.56% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 206 (80.86% from 255 or 62.80% from 328); Max value from RGB is 206 - color contains mainly: blue. Hex color #4A30CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A30CE is #B5CF31. Grayscale: #494949. Windows color (decimal): -11915058 or 13512778. OLE color: 13512778.

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

Color convert

RGB 74 48 206 -
CMYK 0.64 0.77 0 0.19
HSL 249.87º 0.62% 0.5% -
HSV(B) 249.87º 0.77% 0.81% -
XYZ 15.02 8.03 59.15 -
YUV 73.79 202.61 128.15 -
System Red Green Blue C M Y K H S L
Decimal 74 48 206 0.64 0.77 0 0.19 249.87 0.62 0.5
Hex 4A 30 CE 40 4D 0 13 FA 3E 32
Octal 112 60 316 100 115 0 23 372 76 62
Binary 1001010 110000 11001110 1000000 1001101 0 10011 11111010 111110 110010

Color Harmonies of #4A30CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A30CE

Black with #4A30CE

Text Example


Text Example

White with #4A30CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,48,206); }

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

background-color css

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

 a { background-color: rgb(74,48,206); }

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

border-color css

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

 span { border-color: rgb(74,48,206); }

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