Html Css Color HEX #3A06BE Purple Heart

📋 copy color: '#3A06BE'

red 58 ◦ green 6 ◦ blue 190

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

Shades of Purple Heart #3A06BE

Tints of Purple Heart #3A06BE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.36%

 BLUE value IS 190 (74.61% from 255) = 74.8%

R = 22.83%
G = 2.36%
B = 74.8%

CMYK

 C value IS 0.69

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3A06BE (or 0x3A06BE) is known color: Purple Heart. HEX triplet: 3A, 06 and BE. RGB value is (58,6,190). Sum of RGB (Red+Green+Blue) = 58+6+190=254 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.83% from 254); Green value is 6 (2.73% from 255 or 2.36% from 254); Blue value is 190 (74.61% from 255 or 74.80% from 254); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A06BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A06BE is #C5F941. Grayscale: #292929. Windows color (decimal): -12974402 or 12453434. OLE color: 12453434.

HSL color Cylindrical-coordinate representation of color #3A06BE: hue angle of 256.96º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A06BE is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 58 6 190 -
CMYK 0.69 0.97 0 0.25
HSL 256.96º 0.94% 0.38% -
HSV(B) 256.96º 0.97% 0.75% -
XYZ 11.1 4.75 49.05 -
YUV 42.52 211.23 139.04 -
System Red Green Blue C M Y K H S L
Decimal 58 6 190 0.69 0.97 0 0.25 256.96 0.94 0.38
Hex 3A 6 BE 45 61 0 19 101 5E 26
Octal 72 6 276 105 141 0 31 401 136 46
Binary 111010 110 10111110 1000101 1100001 0 11001 100000001 1011110 100110

Color Harmonies of #3A06BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A06BE

Black with #3A06BE

Text Example


Text Example

White with #3A06BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,6,190); }

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

background-color css

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

 a { background-color: rgb(58,6,190); }

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

border-color css

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

 span { border-color: rgb(58,6,190); }

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