Html Css Color HEX #3A20CC Purple Heart

📋 copy color: '#3A20CC'

red 58 ◦ green 32 ◦ blue 204

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

Shades of Purple Heart #3A20CC

Tints of Purple Heart #3A20CC

RGB

 RED value IS 58 (23.05% from 255) = 19.73%

 GREEN value IS 32 (12.89% from 255) = 10.88%

 BLUE value IS 204 (80.08% from 255) = 69.39%

R = 19.73%
G = 10.88%
B = 69.39%

CMYK

 C value IS 0.72

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3A20CC (or 0x3A20CC) is known color: Purple Heart. HEX triplet: 3A, 20 and CC. RGB value is (58,32,204). Sum of RGB (Red+Green+Blue) = 58+32+204=294 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.73% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 204 (80.08% from 255 or 69.39% from 294); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A20CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A20CC is #C5DF33. Grayscale: #3A3A3A. Windows color (decimal): -12967732 or 13377594. OLE color: 13377594.

HSL color Cylindrical-coordinate representation of color #3A20CC: hue angle of 249.07º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A20CC is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 58 32 204 -
CMYK 0.72 0.84 0 0.2
HSL 249.07º 0.73% 0.46% -
HSV(B) 249.07º 0.84% 0.8% -
XYZ 13.16 6.29 57.65 -
YUV 59.38 209.61 127.01 -
System Red Green Blue C M Y K H S L
Decimal 58 32 204 0.72 0.84 0 0.2 249.07 0.73 0.46
Hex 3A 20 CC 48 54 0 14 F9 49 2E
Octal 72 40 314 110 124 0 24 371 111 56
Binary 111010 100000 11001100 1001000 1010100 0 10100 11111001 1001001 101110

Color Harmonies of #3A20CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A20CC

Black with #3A20CC

Text Example


Text Example

White with #3A20CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A20CC; }

 p { color: rgb(58,32,204); }

 H1.HeaderClassName
 {
   color: #3A20CC;
 }
 .AnyTagClassName
 {
   color: #3A20CC;
 }
</style>

background-color css

<style>
 a { background-color: #3A20CC; }

 a { background-color: rgb(58,32,204); }

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

border-color css

<style>
 span { border-color: #3A20CC; }

 span { border-color: rgb(58,32,204); }

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