Html Css Color HEX #3A10C3 Purple Heart

📋 copy color: '#3A10C3'

red 58 ◦ green 16 ◦ blue 195

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

Shades of Purple Heart #3A10C3

Tints of Purple Heart #3A10C3

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.95%

 BLUE value IS 195 (76.56% from 255) = 72.49%

R = 21.56%
G = 5.95%
B = 72.49%

CMYK

 C value IS 0.70

 M value IS 0.92

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3A10C3 (or 0x3A10C3) is known color: Purple Heart. HEX triplet: 3A, 10 and C3. RGB value is (58,16,195). Sum of RGB (Red+Green+Blue) = 58+16+195=269 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.56% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 195 (76.56% from 255 or 72.49% from 269); Max value from RGB is 195 - color contains mainly: blue. Hex color #3A10C3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A10C3 is #C5EF3C. Grayscale: #303030. Windows color (decimal): -12971837 or 12783674. OLE color: 12783674.

HSL color Cylindrical-coordinate representation of color #3A10C3: hue angle of 254.08º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3A10C3 is Cyan = 0.70, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 58 16 195 -
CMYK 0.70 0.92 0 0.24
HSL 254.08º 0.85% 0.41% -
HSV(B) 254.08º 0.92% 0.76% -
XYZ 11.78 5.21 52.01 -
YUV 48.96 210.41 134.45 -
System Red Green Blue C M Y K H S L
Decimal 58 16 195 0.70 0.92 0 0.24 254.08 0.85 0.41
Hex 3A 10 C3 46 5C 0 18 FE 55 29
Octal 72 20 303 106 134 0 30 376 125 51
Binary 111010 10000 11000011 1000110 1011100 0 11000 11111110 1010101 101001

Color Harmonies of #3A10C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A10C3

Black with #3A10C3

Text Example


Text Example

White with #3A10C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,16,195); }

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

background-color css

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

 a { background-color: rgb(58,16,195); }

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

border-color css

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

 span { border-color: rgb(58,16,195); }

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